When you are done with the configuration parts, run:
panic% perl Makefile.PL NO_HTTPD=1 DYNAMIC=1 EVERYTHING=1 \
APACHE_SRC=../apache_1.3.xx/src
DYNAMIC=1 enables a build of the shared mod_perl
library. Add other options if required.
panic# make install
Now you may proceed with the plain Apache build process. Note that in
order for your changes to the
apache_1.3.xx/src/Configuration file to take
effect, you must run apache_1.3.xx/src/Configure
instead of the default apache_1.3.xx/configure
script:
panic% cd ../apache_1.3.xx/src
panic% ./Configure
panic% make
panic# make install