From owner-freebsd-questions Sat Jan 26 10:38: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f256.law11.hotmail.com [64.4.16.131]) by hub.freebsd.org (Postfix) with ESMTP id 06D4037B402 for ; Sat, 26 Jan 2002 10:37:57 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 26 Jan 2002 10:37:56 -0800 Received: from 68.6.89.248 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 26 Jan 2002 18:37:56 GMT X-Originating-IP: [68.6.89.248] From: "Charles Burns" To: questions@freebsd.org Subject: Re: Silly question. How to install ports. Date: Sat, 26 Jan 2002 11:37:56 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Jan 2002 18:37:56.0760 (UTC) FILETIME=[92959180:01C1A698] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I am having trouble installing ports. I am trying to update apache >to 1.3.22. I downloaded the tarball and did a pkg_add >apacheblabla.tar. it made a new group called www and quit. > >Is this how one usually installs ports? How do you install a port in >the ports directory or if its not in a tarball? I know this info is >online somewhere but I cannot seem to find it right now. pkg_add is different from ports, but still works well. I prefer ports because FreeBSD will compile the app using custom compiler options set in make.conf. To install a port: Go to the directory of the port, like /usr/ports/www/apache and type "make install clean" You can find a port by visiting /usr/ports and typing "make search key=blah" where blah is your keyword. This is all covered in detail in the handbook which you can find at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Charles Burns _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message