From owner-freebsd-questions Tue Sep 7 20: 5:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 41DFF14D8A for ; Tue, 7 Sep 1999 20:05:30 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id XAA21911; Tue, 7 Sep 1999 23:05:46 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199909080305.XAA21911@cc942873-a.ewndsr1.nj.home.com> Subject: Re: 3.2-Stable/Netscape woes In-Reply-To: from "John M. Papalia" at "Sep 7, 1999 10:12:30 pm" To: papalia@UDel.Edu (John M. Papalia) Date: Tue, 7 Sep 1999 23:05:46 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John M. Papalia wrote, > Hey all... > > I've been trying to solve a series of problems for the past month, and > well, quite frankly, I need help =) Just thought I'd hit ya with them one > at a time... I searched the mail archives, and found no direct answer > with solution to this question: > > Upgraded from 2.2.6 to 2.2.8 no problems. Went from 2.2.8 to 3.2 no > problem. *Almost* everything works great. Installed netscape > communicator 4.5-us from the ports no problem. When I try to run, I get > > > merlin# netscape & > merlin# ld.so failed: Can't find shared library "libXt.so.6.0" > [1] Exit 1 netscape > > Following several hints I found, I tried to make sure everything was > installed. From pkg_info, I verify the following are installed: > > libsx-1.1 Simple X Windows library > libtool-1.3 Generic shared library support script > linux_base-5.2 The base set of packages needed in Linux mode > > Also, using locate, I verify the following: > > /usr/compat/linux/usr/X11R6/lib/libXt.so.6.0 > /usr/compat/linux/usr/i486-linux-libc5/lib/libXt.so.6.0 > /usr/compat/linux/usr/i486-linuxaout/lib/libXt.so.6.0 > > a simple modification of my path does not help. > > Any thoughts? I tried reading up on ldconfig, but got lost. If the 4.5 version is like 4.6, it is a FreeBSD a.out executable (the fact you get 'ld.so failed' rather than 'ld-elf.so' further reinofrces that assumption). Do you have, /usr/X11R6/lib/aout/libXtst.so.6.1 And is it in the output of 'ldconfig -aout -r'? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message