ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #02387
Re: [Question #76841]: I need libstdc++.so.5 for linux ubuntu 9.04. Please guide me where can I download and how to install.
Question #76841 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76841
Status: Open => Answered
actionparsnip proposed the following answer:
Somebody used this:
http://ubuntuforums.org/showthread.php?t=72376
However if you run:
apt-cache search libstdc++
you get:
andy@fileserver:~$ apt-cache search libstdc++
lib32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
libgmp3-dev - Multiprecision arithmetic library developers tools
libstdc++6 - The GNU Standard C++ Library v3
libstdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.3-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-4.3-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-4.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
lib32stdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
lib32stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++5 - The GNU Standard C++ Library v3
libstdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.1-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-4.1-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-4.1-pic - The GNU Standard C++ Library v3 (shared library subset kit)
libstdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-4.2-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-4.2-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-4.2-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Somaybe in Ubuntu you need to install libstdc++6 then create a symlink
from libstdc++.so.6 to libstdc++.so.5 to "create" the file
I'd try the symlink personally. I do not advise that you use the debian
deb, if the symlink doesnt work then remove it and try the debian file.
It might just work
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.