Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 19:59:38 -0500
From:      Derek Ragona <derek@computinginnovations.com>
To:        montag@activeattack.com, freebsd-questions@freebsd.org
Subject:   Re: Adding Modules to Apache Port Post Install
Message-ID:  <6.0.0.22.2.20080519195828.024ea510@mail.computinginnovations.com>
In-Reply-To: <61701.192.168.1.107.1211168655.squirrel@192.168.1.112>
References:  <61701.192.168.1.107.1211168655.squirrel@192.168.1.112>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:44 PM 5/18/2008, montag@activeattack.com wrote:
>Hello,
>
>I configured and installed an Apache server on my FreeBSD box about a week
>or so back.  Now I'm looking into installing subversion using this guide:
>
>http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells-and-whistles.html
>
>I notice that the guide complies Apache with WITH_BERKELEYDB=db42 and
>WITH_MPM=worker, which I did not do.  Any way to add these without
>recompiling and losing everything?
>
>Regards,
>
>montag
>

do:
cd /usr/ports/www/apache22
make config

Then pick the modules you want and rebuild and reinstall.  If you didn't do:
make clean

It will use what you already have built.

         -Derek

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20080519195828.024ea510>