Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 1998 06:51:28 +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:  <199809252151.GAA05313@decpc20.aist-nara.ac.jp>
In-Reply-To: Your message of "Fri, 25 Sep 1998 12:45:02 -0700 (PDT)". <Pine.LNX.4.04.9809251239200.28126-100000@hillbilly.hayseed.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In article of <Pine.LNX.4.04.9809251239200.28126-100000@hillbilly.hayseed.net>,
enkhyl@hayseed.net wrote:
>> No you don't:
>> 
>> /usr/local/lib/netscape.us/communicator-4.06.us.bin:
>>         libXt.so.6 => /usr/X11R6/lib/libXt.so.6.0
>>         libSM.so.6 => /usr/X11R6/lib/libSM.so.6.0
>>         libICE.so.6 => /usr/X11R6/lib/libICE.so.6.0
>>         libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6.0
>>         libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4.8
>>         libXext.so.6 => /usr/X11R6/lib/libXext.so.6.0
>>         libX11.so.6 => /usr/X11R6/lib/libX11.so.6.0
>>         libdl.so.1 => /lib/libdl.so.1.7.14
>>         libc.so.5 => /lib/libc.so.5.4.23
>>         libg++.so.27 => /usr/lib/libg++.so.27.1.4
>>         libstdc++.so.27 => /usr/lib/libstdc++.so.27.1.4
>>         libm.so.5 => /lib/libm.so.5.0.8
>>                      ^^^^
>>                      this looks a bit odd, though.
>> 
>> It works just fine on my -current ELF box, and I don't have any aout X
>> libs.            
>> 

Are they really ELF libraries?
Please check them by the following:

% file /usr/X11R6/lib/libX11.so.6.0

and so on.

The naming rule "libhoge.so.M.N" is for the a.out,
so it seems they are still aout libraries.

As for mine, there are two libraries:

% file /usr/X11R6/lib/libX11.so.6
/usr/X11R6/lib/libX11.so.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped

and

% file /usr/X11R6/lib/aout/libX11.so.6.1 
/usr/X11R6/lib/aout/libX11.so.6.1: FreeBSD/i386 compact demand paged shared library not stripped

XFree86 of ELF are made by ports, and old aout libraries are moved to
/usr/X11R6/lib/aout/.

---
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?199809252151.GAA05313>