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

Jay Daniels tux at myt60.net
Sun Jul 26 03:33:11 UTC 2009


On Sat, 2009-07-25 at 15:14 -0700, Keith wrote:
> Does anyone know where I can obtain this package for Ubuntu?
> I need to build or run some older software on my box, but it requires
> this library. Thanks for any pointers or tips.
> 
> 
> error while loading shared libraries: libstdc++.so.2.8: cannot open
> shared object file: No such file or directory
> 
> 
> 

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



jay d.
-- 
(o_ ...Inuxlay isway oolercay anthay indowsway...
//\              _Tux @ myT60_
V_/_




More information about the ubuntu-users mailing list