On Fri, 7 Jun 2002, Philip S Tellis wrote: > On Fri, 7 Jun 2002, Arti Srivastava wrote: > > > ./rs802-linux-20-libc6-i386.bin: error while loading shared libraries: = > > libstdc++.so.2.8: cannot open shared object file: No such file or = > > directory > > > > realserver basic needs libstdc++.so.2.8 and my mandrake linux has > > libstdc++-2.96-98. > > go to rpmfind and search for libstdc++.so.2.8, it will tell you which > package it belongs to. It will most likely be compat-libstdc++ > > Your problem is that your library is newer than what is required, so you > have to get compat-libstdc++ - a package for backwards compatibility. > >
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 shashi -- Fortunately..... Natural laws have no pity. _______________________________________________________________ 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
