Re: apache build

2006-12-31 Thread Roberto C. Sanchez
(Message reformatted for readability) Note: Please fix your email program so it produces sensibly formatted emails. On Sun, Dec 31, 2006 at 01:20:02PM +, Andrew Critchlow wrote: > Hi eveyone, I am in desperate need of help to understand the > configuration when using ./configure to install ap

apache build

2006-12-31 Thread Andrew Critchlow
Hi eveyone, I am in desperate need of help to understand the configuration when using ./configure to install apache 2../configure --prefix=/usr/local/apache --enable-soI understand what the prefix does, its the module theory.>From my understanding --enable-so, enable shared objects.So correct me

Re: apache build process

2006-12-18 Thread Roberto C. Sanchez
On Mon, Dec 18, 2006 at 10:42:38AM +, Andrew Critchlow wrote: > Hi all, > I am busy learning how to build apache from source.I see how there are two > different ways to do this, via using DSO and compiling in modules. How do you > do both these methods? In the examples i have seen, When using

apache build process

2006-12-18 Thread Andrew Critchlow
Hi all, I am busy learning how to build apache from source.I see how there are two different ways to do this, via using DSO and compiling in modules. How do you do both these methods? In the examples i have seen, When using DSO you always specifyon the command line which module to load in and th