From owner-freebsd-questions Fri May 7 17:21:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 3F25015295 for ; Fri, 7 May 1999 17:21:22 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-230.dialup.HiWAAY.net [216.180.14.230]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA20895; Fri, 7 May 1999 19:21:21 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.2/8.9.2) with ESMTP id SAA43804; Fri, 7 May 1999 18:53:50 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199905072353.SAA43804@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Daniel Haischt Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: compiling apache1.3.6 In-reply-to: Message from Daniel Haischt of "Fri, 07 May 1999 16:59:24 +0200." <99050717073500.00352@abysstwo.abyssworld.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 May 1999 18:53:50 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Haischt writes: > HIYA > > I try to bulid apache1.3.6 from a source distribution using gmake3.77 > and gcc228 including the following modules: [...] > Maybe there is someone who knows how to compile apache > without any errors (what did I wrong?) The authors and maintainers of the FreeBSD Apache port(s_ know how. And have gone to some effort to make it easy for you too. Simply move your source distributions into /usr/ports/distfiles, then "cd /usr/ports/www/apache13-php3/" and type "make". You will be prompted for all those options you were looking for. When its finished you will have a patched and compiled version of apache in ./work/ If you think it did what you wanted, "make install" to finish the job. Once installed if you change your mind, "pkg_delete apache-1.3.6" (or whichever apache you installed) will undo it. /var/db/pkg/ lists the installed packages. Rather than type "make" above, you could type "make patch" and inspect its work before resuming with "make". Maybe make some additional changes before compiling. Before leaving the apache-php3 port directory its nice to type "make clean" to free up the scratch space used in building the port. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message