How 2 Configure Makefile before "make install clean" from the ports?

Giorgos Keramidas keramida at ceid.upatras.gr
Fri Nov 24 13:10:45 PST 2006


On 2006-11-24 22:02, VeeJay <maanjee at gmail.com> wrote:
> Hi
> I want to install apache20 from the ports. But before installing, I
> want to enable/disable some of the modules as follow
>
> ./configure \
> --prefix=/usr/local/apache2 \
> --with-mpm=prefork \
> --disable-charset-lite \
> --disable-include \
> --disable-env \
> --disable-setenvif \
> --disable-status \
> --disable-autoindex \
> --disable-asis \
> --disable-cgi \
> --disable-negotiation \
> --disable-imap \
> --disable-actions \
> --disable-userdir \
> --disable-alias \

Try running:

        # make show-options

inside the apache20 port directory, and read *carefully* the output :)



More information about the freebsd-questions mailing list