Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 1998 03:40:41 +0900 (JST)
From:      takas-su@is.aist-nara.ac.jp (SUGIMURA Takashi/ =?ISO-2022-JP?B?GyRCP3lCPDUuO04bKEI=?=)
To:        current@FreeBSD.ORG
Subject:   Re: Netscape no longer works with ELF system
Message-ID:  <199809251840.DAA05179@decpc20.aist-nara.ac.jp>
In-Reply-To: Your message of "Fri, 25 Sep 1998 11:28:36 -0500". <199809251628.LAA00399@gforce.bellsouth.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In article of <199809251628.LAA00399@gforce.bellsouth.net>,
gljohns@bellsouth.net wrote:

>> I have just brought up an entirely ELF system, including all ports. I do not 
>> have any aout libraries built for ports, including XFree86.
>> 
>> When I launch netscape now I get the following:
>> 
>> ld.so failed: Can't find shared library "libXt.so.6.0"
>> 
>> What should I do?
>> 

Today the same problem occurred to me and it was solved.
You should place old aout libraries in /usr/X11R6/lib/aout.
They can be taken from ftp.xfree86.org, and other mirror sites.

In my system the Netscape Communicator is linked as follows:

% ldd /usr/local/lib/netscape/communicator-4.06.bin
/usr/local/lib/netscape/communicator-4.06.bin:
        -lXt.6 => /usr/X11R6/lib/aout/libXt.so.6.0 (0x20970000)
        -lXmu.6 => /usr/X11R6/lib/aout/libXmu.so.6.0 (0x209ac000)
        -lX11.6 => /usr/X11R6/lib/aout/libX11.so.6.1 (0x209bc000)
        -lXext.6 => /usr/X11R6/lib/aout/libXext.so.6.3 (0x20a4d000)
        -lSM.6 => /usr/X11R6/lib/aout/libSM.so.6.0 (0x20a56000)
        -lICE.6 => /usr/X11R6/lib/aout/libICE.so.6.3 (0x20a5e000)
        -lg++.4 => /usr/lib/aout/libg++.so.4.0 (0x20a6f000)
        -lstdc++.2 => /usr/lib/aout/libstdc++.so.2.0 (0x20aab000)
        -lm.2 => /usr/lib/aout/libm.so.2.0 (0x20ae1000)
        -lc.3 => /usr/lib/aout/libc.so.3.1 (0x20afb000)

---
SUGIMURA Takashi (takas-su@is.aist-nara.ac.jp)
URL: http://hawk.aist-nara.ac.jp/%7Etakas-su/ (sorry only in Japanese)
Software Engineering lab. of NAIST, 2nd grade of Master,
The FreeBSD Japanese Documentation Project

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809251840.DAA05179>