.deb spring missing libraries (.so) on Gusty
Posted: 22 Nov 2007, 19:33
On my installation of Ubuntu Gutsy, running spring from the command line turns up the following:
It turns out that I have 1.4 installed, and I don't believe that I have a newer version because of backports.
I tried as a kludge creating symbolic links which made the 1.4 files appear as 1.3, and this turned up a couple libboost errors because I have the wrong version, again. I tried fixing these in the same way, and this all led to a segmentation fault, so I removed my symbolic links.
Has anyone else had this experience on Gutsy? Is there a way to fix this? Is it something I'm doing, or is the repository messed up?
Code: Select all
spring: error while loading shared libraries: libGLEW.so.1.3: cannot open shared object file: No such file or directory
I tried as a kludge creating symbolic links which made the 1.4 files appear as 1.3, and this turned up a couple libboost errors because I have the wrong version, again. I tried fixing these in the same way, and this all led to a segmentation fault, so I removed my symbolic links.
Has anyone else had this experience on Gutsy? Is there a way to fix this? Is it something I'm doing, or is the repository messed up?