Date: Fri, 07 May 1999 18:53:50 -0500 From: David Kelly <dkelly@hiwaay.net> To: Daniel Haischt <danielh@privat.toplink.de> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: compiling apache1.3.6 Message-ID: <199905072353.SAA43804@nospam.hiwaay.net> In-Reply-To: Message from Daniel Haischt <danielh@privat.toplink.de> of "Fri, 07 May 1999 16:59:24 %2B0200." <99050717073500.00352@abysstwo.abyssworld.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905072353.SAA43804>