From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 16:22:14 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 9E9FB16A4CF for ; Wed, 29 Dec 2004 16:22:14 +0000 (GMT) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 690D643D53 for ; Wed, 29 Dec 2004 16:22:14 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CjgaR-0000zK-ML; Wed, 29 Dec 2004 11:22:11 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 29 Dec 2004 10:23:15 -0600 User-Agent: KMail/1.6.2 References: <20041229155543.15692.qmail@web50008.mail.yahoo.com> In-Reply-To: <20041229155543.15692.qmail@web50008.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412291023.15588.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcf596fe2f26cc307e256fa721fdc530f6350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Fernando Matzdorf Subject: Re: Installing Apache 2.0 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: Wed, 29 Dec 2004 16:22:14 -0000 On Wednesday 29 December 2004 09:55 am, Fernando Matzdorf wrote: > Help!! > I recently downloaded version 2.0 of the Apache server from their > website, and I tried to install it to my system using pkg_add but was > unsuccessful (maybe it's not a package but I can't tell). I > downloaded it on a Windows XP computer, burned it to a cd, then tried > to install it on my FreeBSD computer, because configuring my WinModem > on FreeBSD is practically impossible. The file I downloaded is named > httpd-2.0.52.tar.gz. I unzipped it, so it was now named > httpd-2.0.52.tar, and tried the same thing, but didn't succeed again. > I read somewhere that you have to run these commands: > > # cd (to the directory with the source code) > # ./configure > # make > # make install > # make clean > > so I burned all the files to the CD instead, but when I try the first > command the terminal says the command is not recognized. I don't know > what to do anymore. If I sound like a real newbie it's because I am > (I've been using FreeBSD for less than a month), so any help > whatsoever would be appreciated, and feel free to point out all of > the things that would seem obvious to you because I'm compltely > clueless. > > Thank you very much!! > > Sincerely, > Fernando > You should become familiar with the online handbood and with FreeBSD's ports system, which makes the installation of thousands of applications quite easy. You will find that Apache2 is included in the ports. The section of the handbook regarding the installation of applications can be found here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html Best of luck, Andrew Gould