Results 1 to 2 of 2
I recently downloaded and installed MesaGLUT, SDL, SDL_image and SDL_mixer, as well as gcc 4.1.2 on Slackware running version 10.1
The application "Sauerbraten: cube 2" compiled fine, but when I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-12-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 1
Cannot find shared libs..
I recently downloaded and installed MesaGLUT, SDL, SDL_image and SDL_mixer, as well as gcc 4.1.2 on Slackware running version 10.1
The application "Sauerbraten: cube 2" compiled fine, but when I tried to execute it, it returned this:
locke@frosty:~/sauerbraten/bin_unix$ ./linux_server -d &
[1] 6840
locke@frosty:~/sauerbraten/bin_unix$ ./linux_server: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[1]+ Exit 127 ./linux_server -d
locke@frosty:~/sauerbraten/bin_unix$ locate libstdc++.so.6
/usr/local/lib/libstdc++.so.6.0.8
/usr/local/lib/libstdc++.so.6
locke@frosty:~/sauerbraten/bin_unix$
Any ideas?
- 03-14-2007 #2
yeah i have an idea
maybe the program is trying to acces that library from another location ( /usr/lib for example )
in that case, just make a symlink to it
ln -sf file.0.s /usr/lib/file.0.s
then `updatedb`
hope it helps
good luck to you mate
LATER EDIT:/
if you have swaret installed on your system, run swaret --dep because i have a strange feeling that's not the only library missing
hope my first idea help
again, good luck mate


Reply With Quote
