From owner-freebsd-questions@FreeBSD.ORG Thu Feb 10 09:57:33 2005 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 B5F7C16A4CE for ; Thu, 10 Feb 2005 09:57:33 +0000 (GMT) Received: from top.daemonsecurity.com (FW-182-254.go.retevision.es [62.174.254.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1571443D2D for ; Thu, 10 Feb 2005 09:57:33 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [IPv6???1] (localhost.daemonsecurity.com [127.0.0.1]) by top.daemonsecurity.com (Postfix) with ESMTP id 90849FD01F; Thu, 10 Feb 2005 10:57:31 +0100 (CET) Message-ID: <420B3005.5020003@locolomo.org> Date: Thu, 10 Feb 2005 10:57:25 +0100 From: Erik Norgaard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050127 X-Accept-Language: en, en-us, da, it, es MIME-Version: 1.0 To: ".:PBS:. Medik" References: <5.1.0.14.2.20050209112731.00b1e930@cdi-axion.com> <5.1.0.14.2.20050209112731.00b1e930@cdi-axion.com> <5.1.0.14.2.20050209142821.00b257b0@mail.pbsclan.com> In-Reply-To: <5.1.0.14.2.20050209142821.00b257b0@mail.pbsclan.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@FreeBSD.org Subject: Re: Question 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: Thu, 10 Feb 2005 09:57:33 -0000 .:PBS:. Medik wrote: > I installed my copy of 4.6.2 cleanly on a machine, to avoid having to > find myself looking for more ports and programs to install I did a > complete installation without bothering with the configuration of > Xwindows ( as I will be accessing this box from SSH on a windows > machine) so I don't need the XFREE86 or however its called, hehe. So in > essence this is all being fine tuned by remote on LAN. First, 4.6 is depreciated, since you are starting on a clean install, I suggest you start with a current release such as 4.11 or 5.3. For ease of future upgrade, I suggest 5.3. Get the first iso, no need for the rest. Second, you might find yourself installing a few times before you get it right. Not that you get it wrong at first, but your needs might need to clear up. A full install is not recommended, you will get a system that requires more work to update. A minimal is better, since you can always add stuff as you need. Dependencies are resolved automatically if you use the ports. For a workstation I choose X-Developer, for a server, no X. > To answer your question about whether I'm downloading .iso, no I did > that for the first copy of the OS only and made a cd copy from windows > yes. But all further ports I grab are *.tar.gz straight from Apache.org > yes and then ftp'd into my bsd box. I can unzip them fine then I'm stuck > with the tar to which I believe I 'untared' it correctly that now I have > an apache_1.3.33 folder, which to me seems fine, but I don't believe I > put it in the right directory tree. It sounds like you are not installing from ports, this explains why apache fails to compile. You should get the ports tree in /usr/ports, then # cd /usr/ports/www/apache13 # make # make install if you get an error, retry and you can catch all the output using script: # script apache_build.log # make # exit see if you can locate the problem if not copy the relevant part of the output when asking here. cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2