libstdc++.so.2.8 Where can I obtain this library for Ubuntu 9.04?

Chris Jones jonesc at hep.phy.cam.ac.uk
Tue Jul 28 15:04:48 UTC 2009


> Have you tried a soft link to see if your program will use the installed
> version?
> 
> sudo ln -s /usr/lib/libstdc++.so.5.0.7 /usr/lib/libstdc++.so.2.8
> sudo ldconfig

Extremely unlikely to work. 2.8 is about a decade older than 5.0 ...

Chris





More information about the ubuntu-users mailing list