[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] compiling apache in module DSO



----- Original Message -----
From: "Richard Kurth" <rkurth@xxxxxxxxxxxx>

> I am trying to compile Apache as DSO module so that I can have more than
on
> ver of php on my system this is how I ran the configure file on apache
> ./configure --prefix=/usr/sbin --enable-module=so
>
> What am I doing wrong this should be very simple?


Try:

./configure --enable-module=so --enable-rule=SHARED_CORE

That will enable the DSO features of Apache.  Although I won't guarantee
that doing this and overwriting the cobalt httpd binary won't cause some
problems.  You probably should have checked to see what modules Cobalt
compiled into the httpd binary (if any) on your machine before attempting
this.

BC