From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 03:36:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE5716A4CE for ; Fri, 24 Sep 2004 03:36:45 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468C143D46 for ; Fri, 24 Sep 2004 03:36:44 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) i8O3b1W43011; Thu, 23 Sep 2004 20:37:01 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Virupaksh Honnur" , Date: Thu, 23 Sep 2004 20:38:16 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <20040923222948.GJ13155@cypher.cisco.com> Importance: Normal Subject: RE: Netscape navigator for FreeBSD5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 03:36:45 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Virupaksh > Honnur > Sent: Thursday, September 23, 2004 3:30 PM > To: freebsd-questions@freebsd.org > Cc: Virupaksh Honnur > Subject: Netscape navigator for FreeBSD5.1 > > > Hello, > > I have a PC installed with FreeBSD5.1 and I would like to install > netscape on it but can't find a suitable netscape version that can run > on FreeBSD5.1. > > > I downloaded communicator-v476-us.x86-unknown-freebsd.tar.gz and > installed this version but when I execute this it gives a "exec format > error". > It's because it requires the aout X libraries. They are somewhere in the ports section. Make sure to make, make install when you are NOT running X on the system!!! (ie: do not do this in an x window) Ted