From owner-freebsd-current Fri Sep 25 14:51:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18659 for freebsd-current-outgoing; Fri, 25 Sep 1998 14:51:25 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailgate.aist-nara.ac.jp (fse4.aist-nara.ac.jp [163.221.76.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18648 for ; Fri, 25 Sep 1998 14:51:20 -0700 (PDT) (envelope-from takas-su@is.aist-nara.ac.jp) Received: from decpc20.aist-nara.ac.jp (decpc20.aist-nara.ac.jp [163.221.172.33]) by mailgate.aist-nara.ac.jp (8.8.5+2.7Wbeta5/3.6W/NAIST/GATE-3.4c) with ESMTP id GAA10286 for ; Sat, 26 Sep 1998 06:50:55 +0900 (JST) Received: from is (takas-su@localhost) by decpc20.aist-nara.ac.jp (8.8.5+2.7Wbeta5/3.5Wpl5/NAIST/2.0) id GAA05313; Sat, 26 Sep 1998 06:51:28 +0900 (JST) Date: Sat, 26 Sep 1998 06:51:28 +0900 (JST) Message-Id: <199809252151.GAA05313@decpc20.aist-nara.ac.jp> 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 In-Reply-To: Your message of "Fri, 25 Sep 1998 12:45:02 -0700 (PDT)". Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.20] 1996-12/08(Sun) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article of , 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