From owner-freebsd-questions Tue Mar 14 6: 1:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from math.udel.edu (math.udel.edu [128.175.16.7]) by hub.freebsd.org (Postfix) with ESMTP id 2A51F37B788 for ; Tue, 14 Mar 2000 06:01:47 -0800 (PST) (envelope-from schwenk@math.udel.edu) Received: from math.udel.edu (sisyphus.math.udel.edu [128.175.16.167]) by math.udel.edu (8.9.3+Sun/8.9.1) with ESMTP id JAA01170; Tue, 14 Mar 2000 09:01:32 -0500 (EST) Message-ID: <38CE463B.C7271A71@math.udel.edu> Date: Tue, 14 Mar 2000 09:01:31 -0500 From: Peter Schwenk Organization: University of Delaware X-Mailer: Mozilla 4.72 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en, fr, de, ko MIME-Version: 1.0 To: jfreeze@qx.net Cc: freebsd-questions@freebsd.org Subject: Re: Installing Netscape from Ports References: <77360EB511B4.AAA3816@mail2.qx.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, it's necessary to know the difference between Navigator and Communicator. Navigator is just a web browser. Communicator is the browser, plus and email/news client and a WYSIWYG (sorta) HTML editor. Now that we've got that out of the way. You probably saw the important part of the error message which was that you didn't set the USA_RESIDENT environment variable to YES before making the port. You can set this in /etc/make.conf, which is probably the best place to do it, or you could just: USA_RESIDENT="YES" make install The other thing you will notice is that you need to download the software from netscape first, especially because you are trying to install the USA version of the software. I found that if I first installed the exportable version of Netscape first (from packages if you like), then it's easy to download the USA version. Otherwise, you need a web browser to download it. Once you;ve got the USA version of netscape, put the tar.gz file that you downloaded into /usr/ports/distfiles, which is where the ports mechanism expects tarballs to be for the make install to work. jfreeze@qx.net wrote: > OK, here is a silly question. > I thought this would be simple. > > I am trying to install netscape from the port collection. > I have FBSD 3.4 on cd. > > I have also installed all the ports to my disk drive. > > from > /usr/ports/www/netscape47-navigator.us/ > > I type > > make > > and I get > > Stop. > *** Error code 1. > > What am I missing? > > Also, should I be installing navigator, or is it best > to install communicator (I assume it contains navigator.) > > Thanks > > Jim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- PETER SCHWENK | Campus IT Associate 3 Department of Mathematical Sciences | University of Delaware schwenk@math.udel.edu | (302)831-0437 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message