On Fri, Jun 07, 2002 at 06:54:40PM +0530, Philip S Tellis wrote: > > Sometimes just symlinking the newer library as the older one works just > > fine for me..like in this case > > > > ln -s /usr/lib/libstdc++.so.2.96-98 /usr/lib/libstdc++.so.2.8 > > yeah, just run ldconfig after that.
Unfortunately, this won't work in this case. Also, in any other setup where C++ is concerned. You need to install the compatibility package - its called compat-libstdc++-6.2-2.9.0.16.i386.rpm on RedHat 7.2. And Philip, ldconfig operates on directories, and ignores symlinks according to its man page. :-) Binand _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
