Hi Adam, The symbolic link approach does not work - I hit this problem with another (C++) program. Your pointer about the compat rpm is helpful though - this is probably the most robust solution. I ended up compiling from scratch when I hit a similar problem.
Best, Graeme -----Original Message----- From: CCP4 bulletin board [mailto:[EMAIL PROTECTED] On Behalf Of Adam Ralph Sent: 02 April 2008 10:07 To: [email protected] Subject: Re: [ccp4bb] libstdc++.so.5 Dear Shivesh, I believe that Fedora 8 has a more updated version of libstdc++ in /usr/lib. You can install libstdc++.so.5 from compat-libstdc++-33-3.2.3-62 using yum (if you have it). An easier approach would be to make a symbolic link between libstdc++.so.5 and libstdc++.so.6 but there maybe compatibility issues. Has anybody tried this? Adam On Wed, 2 Apr 2008, shivesh kumar wrote: > Dear all, > We have installed CCP4 6.0.2 in Fedora core 8. While running the > program we are getting the following error message- error while > loading shared lilbraries libstdc++.so.5, cannot open shared object > file: no such file or directory. > Please suggest how to get this library file... > Thanx in advance > shivesh >
