On Sun, Jun 19, 2005 at 06:49:32PM -0400, Bill wrote: > Below is the error I receive when attempting to run a newly installed > version of netscape 4.79 on centOS 4.0 (RHEL 3), which is my personal > computer at home. This is the only browser that works on linux that is > compatible with the Thorium installer for BMC Patrol. I downloaded the > browser from netscapes website browser archive and used the > prepackaged installer script with all defaults. > > [EMAIL PROTECTED] ~]$ cd /opt/netscape > [EMAIL PROTECTED] netscape]$ ./netscape > ./netscape: error while loading shared libraries: > libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file > or directory
You need to get the right package for your OS. For redhat distros that would be an RPM something like compat-libstdc++-7.3-2.96.126.i386.rpm For CentOS I poked around for 2 mins and found this: http://www.sunsite.org.uk/sites/msync.centos.org/CentOS/4.0/os/i386/CentOS/RPMS/compat-libstdc++-296-2.96-132.7.2.i386.rpm which might be what you want. jon