Re: [apache-ssl] Adding a module to the Apache Build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] Adding a module to the Apache Build



I think you need to look at --with-apxs (or some similar thing) directive.
I have never done a module, but I think that's how you do it.

"Michael J. McGillick" wrote:

> Morning:
>
> I'm continuing my quest to get the php4 module added in when apache
> builds.  There is an argument that can be given to apache via ./configure
> --add-module=<module>.  I've already built the php4 source using the
> following command line options:
>
>    ./configure --with-apache=../apache_1.3.12 --with-pgsql
>
> I believe it built fine, as I got no error messages.  What do I need to
> copy from the php-4.0.0 directory tree to allow the apache build to copy
> and enable the php4 module on the fly?
>
> - Mike