[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing Netscape



On Thu, Aug 19, 1999 at 07:35:56PM -0400, Adam Krell wrote:
> "/usr/lib/netscape/netscape: error in loading shared libraries 
> libstdc++.so.2.8: cannot open shared object file: No such file or directory"
> 
> I checked and I do have the package libstdc++2.9 installed{HYPERLINK "libstdc++2.9.html"}.  Can anyone 
> point me in the right direction to solve this?

You've answered your own question. You have libstdc++2.9 installed,
netscape is built against an older version (2.8). Searching the Contents
file (a great thing to have around...check the CD or the FTP site you
got Debian from):
bash-2.02$ zgrep 'libstdc++.so.2.8' Contents-i386.gz 
usr/lib/libstdc++.so.2.8					oldlibs/libstdc++2.8
usr/lib/libstdc++.so.2.8.0					oldlibs/libstdc++2.8

So, you need to install the libstdc++2.8 package in the oldlibs section
to complement your existing libstdc++2.9. If you've got apt setup,
then 'apt-get libstdc++2.8' should do it. Otherwise, go into dselect,
press [S]elect Packages, '/' to search, then type 'libstdc++2.8' and
press enter. Hit '+' to select it, Enter to get out of that menu, and
[I]nstall to install it.
-- 
Stephen Pitts
smpitts@midsouth.rr.com
webmaster - http://www.mschess.org


Reply to: