From owner-freebsd-questions Tue Jan 12 09:57:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18593 for freebsd-questions-outgoing; Tue, 12 Jan 1999 09:57:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18588 for ; Tue, 12 Jan 1999 09:57:47 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id KAA15105; Tue, 12 Jan 1999 10:55:06 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 12 Jan 1999 10:55:06 -0700 (MST) From: Brett Taylor To: Benjamin Krajmalnik cc: FreeBSD-questions Subject: Re: General questions w/Netscape installation In-Reply-To: <000001be3e52$425bb7a0$fdfea8c0@maindev> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > I installed the Nestcape Navigator 4.5b2 port - and apparently all > went well since I obtained no errors during the installation. > However, I cannot manage to run it (either by the icon on the > AfterStep wharf or directly). > The installation is on FreeBSD 3.0-Release. This is a new install it seems. 3.0 is ELF. All of the released versions of Netscape are a.out. This is almost certainly the problem. One way to check this is to try to start netscape from the prompt: peloton> netscape If you're running ELF and don't have any of the a.out X libs still you'll get an error like "can't find libXt.so.6.0" and you'll go look and it WILL be in /usr/X11R6/lib but it needs the aout version. There are a couple solutions to this problem. First, you could grab an a.out version of the libs - this may be possible by going to the ftp.freebsd.org and downloading an a.out version of the X libs. I'm not sure that these will be easy to find though. If you have upgraded to 3.0 from an earlier release you should have the aout libs still in /usr/X11R6/lib/aout - you'll just need to do an ldconfig to get the machine to find the aout libs. See the mailing list archives for -current (search under -current only and use the search string "Navigator" - search is available at www.freebsd.org/search/) for the correct thing to do. The slightly easier solution would be to run the Linux version of Netscape (/usr/ports/www/linux-netscape4) - it's ELF and it'll just run (hopefully). Brett ****************************************************************** Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message