Adding a module to the Apache Build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding a module to the Apache Build



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