Reputation: 715
I'm trying to learn openGL for work, and for the life of me, I can't get it to work. After a lot of work, I got my project to compile, but when I run it, I get an error stating:
error while loading shared libraries: libcxts.so.2.1: cannot open shared object file: No such file or directory
I have no idea what this is. I eventually found it in one of my openCV libraries, but that doesn't help me when it comes to programming in openGL (I don't even know where i should put it).
I'm working in Code Blocks, in Ubuntu 11 if that helps at all.
Upvotes: 0
Views: 123
Reputation: 96109
It's openCV's code testing lib (or at least that's one of it's uses - perhaps other projects have used the same naming)
Are you using openCV ?
Upvotes: 2