Date: Thu, 23 Nov 2006 23:34:01 +0100 From: VeeJay <maanjee@gmail.com> To: "Frank Staals" <frankstaals@gmx.net> Cc: freebsd-questions@freebsd.org Subject: Re: Help... Installing from Port Message-ID: <2cd0a0da0611231434rbccc96eq855d195ebf8b9713@mail.gmail.com> In-Reply-To: <4565EBCF.8080008@gmx.net> References: <2cd0a0da0611230634j6bcff387r14d1d8912e3a208c@mail.gmail.com> <4565EBCF.8080008@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/23/06, Frank Staals <frankstaals@gmx.net> wrote: > > VeeJay wrote: > > Hi > > > > If I will install Apache2 from the Port, how can I configure to add > > module > > or disable modules? > > Like if I want to enable following modules, how can I do them VIA Ports? > > Please find below the text from this Step-by-Step guide I am using. > > But that > > procedure is for manually downloading the archive, checking signatures > > and > > then configuring.... > > > > But how can I use Port system to get the same results? > > > <snip> > > make install > > > > chown -R root:sys /usr/local/apache2 > > > > > > ----------------- > > > > If we can configure in Port, so where it could be done and how? and if > > its > > in a file, where it would be placed? > > > > go to the apache2 dir in your portstree ( generally > /usr/ports/www/apache2/ ) run 'make config' to set options, if the > specific options aren't there: copy the Makefile to Makefile.orig and > add the '--enable-OPTION' and '--disable-OPTION' with the other compile > options. > > Not sure though: but aren't a lot of those options also settable in the > apache config file ? it might be a better idea to check that out first, > so if you ever change your mind about a setting you don't have to > recompile your intire apache2 port. > > -- > -Frank Staals > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to freebsd-questions-unsubscribe@freebsd.org > Hi When I give "make config" command I get error as follow: # make config ===> No options to configure I have also tried --enable-OPTION and --disable-OPTION... but didn't had any luck.... :( -- Thanks! BR / vj
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2cd0a0da0611231434rbccc96eq855d195ebf8b9713>