"libstdc++.so.5: cannot open shared object file: No such file or directory"
Aha, I've seen that the C++ libraries missing, immediately tried to install them:
apt-get install libstdc++5But it is not working, not libstdc++5 package! Shame!
Tried to reinstall the ia32-libs, but it also doesn't have it...
Finally found the solution here:
http://agentzlerich.blogspot.com/2009/11/getting-32-bit-libstdcso5-in-karmic.html
I try to write a shorter version:
-Download the package here: http://packages.ubuntu.com/jaunty/i386/libstdc++5/download
-Copy the library and the link inside to /usr/lib
-execute the following command: ldconfig
No comments:
Post a Comment