> perl Makefile.PL
> make
> make test
> make install

> APACHE_SRC=/usr/src/apache_1.3.12/src
> APACHE_PREFIX=/data01/apache
> DO_HTTPD=1

with that config, mod_perl will build httpd for you and install with 'make
install'.  that's all you need.
 
> $ROOT_DIR/apache_1.3.12/configure \
>         --with-layout=/root/apache.config.layout:Sam-Layout \
>         --with-perl=src/modules/perl \
>         --enable-module=most \
>         --server-uid=wwwrun \
>         --server-gid==dosemu \
>         --enable-shared=max

if you run this after, you've overwritten httpd with a new one that
doesn't contain mod_perl.  just skip this step and you should be all set.

Reply via email to