From owner-freebsd-questions Sun Jun 11 0:56:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 941E837C0DF for ; Sun, 11 Jun 2000 00:56:17 -0700 (PDT) (envelope-from willem@denary.brwn.org) Received: from denary.brwn.org (denary.brwn.org [192.168.1.17]) by snoopy.brwn.org (Postfix) with ESMTP id 2E2E53ACA; Sun, 11 Jun 2000 09:56:12 +0200 (SAST) Received: (from willem@localhost) by denary.brwn.org (8.9.3/8.9.3) id JAA33978; Sun, 11 Jun 2000 09:56:11 +0200 (SAST) (envelope-from willem) Date: Sun, 11 Jun 2000 09:56:11 +0200 From: Willem Brown To: Patrick Simon Cc: freebsd-questions@freebsd.org Subject: Re: how to install the port collection? Message-ID: <20000611095610.H209@denary.brwn.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mailsimon@gmx.net on Sun, Jun 11, 2000 at 03:00:13AM -0400 X-Public-Key: http://www.brwn.org/~willem/pubkey.txt Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Have a look at the man pages for the ports(7) collection. man ports On Sun, Jun 11, 2000 at 03:00:13AM -0400, Patrick Simon wrote: > I already installed the port collection with sysinstall and rebooted my > system. But what do I have to do in order to use bash now? When I change to > the directory I get following listing:: > > /usr/ports/shells/bash2 > . > .. > Makefile > README.html > files // directory > patches // directory > pkg // directory > > -- end -- > > And someone told me I have to type the following command to "really" install > the particular application. > > make install > > but then I get the follwing error message: > > bash-2.03-tar.gz doesn't seem to exist on this system. > Attempting to fetch from ftp://ftp.gnu.org/gnu/bash/. > fetch: ftp.gnu.org: Host name lookup failure When you run make, it looks to see if the source archive for the file is in the /usr/ports/distfiles directory. If it is not it tries to fetch it from a list of servers on the Internet. I hope I got this right. It seems that your are either not connected to the Internet or the /etc/resolv.conf file is not set-up correctly. man resolv.conf Did you install from the cd? There is quite a few pre-compiled packages on the distribution cds. This includes bash. You can also get them from ftp.freebsd.org. > etc. ... > > Well I don't have an internet connection on that computer ... and besides > that I thought I already installed the port collection with sysinstall? > So if anyone can help me out, please reply. Thanks a lot. > > mail: mailsimon@gmx.net > Regards. Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ If everything is coming your way, you're in the wrong lane. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message