From owner-freebsd-current Fri Sep 25 17:53:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22088 for freebsd-current-outgoing; Fri, 25 Sep 1998 17:53:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22064 for ; Fri, 25 Sep 1998 17:53:14 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA01139; Sat, 26 Sep 1998 10:22:56 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id KAA14190; Sat, 26 Sep 1998 10:22:54 +0930 (CST) Message-ID: <19980926102254.A26110@freebie.lemis.com> Date: Sat, 26 Sep 1998 10:22:54 +0930 From: Greg Lehey To: Glenn Johnson , current@FreeBSD.ORG Subject: Finding a.out shared libraries (was: Netscape no longer works with ELF system) References: <199809251628.LAA00399@gforce.bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809251628.LAA00399@gforce.bellsouth.net>; from Glenn Johnson on Fri, Sep 25, 1998 at 11:28:36AM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 25 September 1998 at 11:28:36 -0500, Glenn Johnson 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? > > The library is in /usr/X11R6/lib. I made a symlink of libXt.so.6 to > libXt.so.6.0, ie., ln -sf libXt.so.6 libXt.so.6.0, but that did not work. I'm not sure that the numerous replies have answered your question. One thing you should know is that ldconfig now requires an -aout flag to set the paths for a.out libraries. If you haven't updated your /etc/rc, you should do so (it doesn't get installed automatically with a make world). Alternatively, you can run ldconfig something like this: # ldconfig -aout /usr/lib/aout /usr/local/lib /usr/X11R6/lib Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message