Date: Thu, 28 Nov 1996 23:34:17 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Mark Nielsen <men@auto.med.ohio-state.edu> Cc: freebsd <freebsd-questions@FreeBSD.org> Subject: Re: Thanks for the help! Another question Message-ID: <Pine.BSI.3.94.961128233058.6933D-100000@gdi.uoregon.edu> In-Reply-To: <199611272114.QAA06600@auto.med.ohio-state.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Nov 1996, Mark Nielsen wrote: > Thanks for helping me out with my installation problem! You're quite welcome. Didn't we just answer this ? :) > Okay, I have FreeBSD 2.1.5 cdrom. > I choose the option to link the ports onto /usr/ports from the second > cdrom. Check. > When I get to the packages section, it gives you a list of programs > Under "www" you can install "lynx" for example, and/or "netscape2". > > "lynx" is on the first cdrom and gets installed just fine. > "netscape" is on the second cdrom under the "ports" directory. It needs > to be downloaded because the binary files are not the cdrom. That is correct. > Lynx gets installed just fine. > Netscape gets an error saying it is not on the disk. Then it moves onto the > next package without ever trying to ftp to download the files. > It also nevers asks for the second cdrom. I generally don't use sysinstall to install software packages or ports. It's easier to do it once the system is up. use 'pkg_add' to add packages, and type 'make' in the port's directory to get ports. > Or what is the correct procedure? > I am having problems getting /stand/sysinstall to download and install the > ports. It would be easier if it would take care of it all so that I wouldn't > have to manually go into /usr/ports/www/netscape and type "make". I don't think it would be productive for sysinstall to build ports. In some cases they require manual, interactive configuration and can take a long time since they build the application from scratch in may situations. Netscape is a "port" with quotes since all it does is fetch the netscape tarball and extract it (perhaps a little more). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961128233058.6933D-100000>