From owner-freebsd-questions Thu Aug 3 16:41:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id ACD6D37B8FC for ; Thu, 3 Aug 2000 16:41:41 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA08328; Fri, 4 Aug 2000 09:11:28 +0930 (CST) (envelope-from grog) Date: Fri, 4 Aug 2000 09:11:28 +0930 From: Greg Lehey To: Nick Evans Cc: freebsd-questions@freebsd.org Subject: Re: netscape navigator 4.74 and 4.1-Release Message-ID: <20000804091128.F30009@wantadilla.lemis.com> References: <712384017032D411AD7B0001023D799B33B1A3@sn1exchmbx.nextvenue.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <712384017032D411AD7B0001023D799B33B1A3@sn1exchmbx.nextvenue.com>; from nevans@nextvenue.com on Thu, Aug 03, 2000 at 12:12:18PM -0400 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 3 August 2000 at 12:12:18 -0400, Nick Evans wrote: > On Wednesday, August 02, 2000 8:49 PM, Greg Lehey wrote: >> On Wednesday, 2 August 2000 at 15:00:14 -0500, Roger P. Johnson wrote: >>>> Has anyone had problems installing navigator 4.74 on freshly installed >>>> 4.1-Release systems? I downloaded the freebsd native tar.gz directly from >>>> netscape and keep getting: >>>> >>>> ld.so failed: Can't find shared library "libXt.so.6.0" >> >> You have installed X, right? >> >> Check whether the file exists. It should be in >> /usr/X11R6/lib/aout/libXt.so.6.0. If it isn't, you should be able to >> find it on the distribution somewhere. > > Yes, have X installed, the file does exist, still no luck... OK. What does this give you: $ ldconfig -r -aout | grep search You should find the directory with the library in the output. For example, I have: search directories: /usr/lib/aout:/usr/lib/compat/aout:/usr/X11R6/lib/aout I suspect that your file is in /usr/X11R6/lib/aout, and that it won't appear in the search directories output. If that's the case, do this: # ldconfig -m /usr/X11R6/lib/aout Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message