Results 1 to 4 of 4
Hi,
I have installed a program and when I try to execute the program I get the following error:
error while loading shared libraries: libstdc++-libc6.1-2.so.3: cannot open shared object file: ...
- 02-07-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 55
error while loading shared libraries
Hi,
I have installed a program and when I try to execute the program I get the following error:
error while loading shared libraries: libstdc++-libc6.1-2.so.3: cannot open shared object file: No such file or directory
I think I have have some newer libraries so how to fix this? Thanks in advance
- 02-07-2007 #2
You are missing standard C++ libs. What OS are you running?
- 02-07-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 55
Hi
I am running Ubuntu but I have the g++4.1 and the libstdc++5-3.3dev and libstdc++6-4.1dev and it still gives me the error. I was first thinking of a linking error but I dont know how to fix this thanks in advance
- 02-07-2007 #4
Look for more libstdc++ packages that you mihght have missed.


Reply With Quote
