From owner-freebsd-stable Wed Oct 6 11:54:27 1999 Delivered-To: freebsd-stable@freebsd.org Received: from uncle.cult.cu (uncle.cult.cu [169.158.120.12]) by hub.freebsd.org (Postfix) with ESMTP id 626D21506F for ; Wed, 6 Oct 1999 11:54:05 -0700 (PDT) (envelope-from elie@uncle.cult.cu) Received: from localhost (1207 bytes) by uncle.cult.cu via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Wed, 6 Oct 1999 14:50:47 -0400 (CDT) (Smail-3.2.0.101 1997-Dec-17 #4 built 1998-Sep-15) Date: Wed, 6 Oct 1999 14:50:47 -0400 (CDT) From: Eliezer Rodriguez Gonzalez To: Will Andrews Cc: Anand Ranganathan , freebsd-stable@FreeBSD.ORG Subject: RE: netscape on 3.3-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The netscape port needs to use the aout version of libXt.so.6 - which is in > /usr/X11R6/lib/aout/libXt.so.6. How to get it to do that, I don't know. Sorry. > If you upgrade to the XFree86 distributions that comes bundled with FreeBSD 3.3-RELEASE you'll have such a.out shared libraries installed and you'll be able to run Netscape who is in a.out format. You'll also have to either manually run ldconfig each time to include the a.out format shared libraries like this: ldconfig -aout -m /usr/X11R6/lib/aout or set up the /etc/rc.conf or /etc/defaults/rc.conf variable ldconfig_paths_aout to point to this and other directories where a.out object format shared libraries are held. I hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message