Lord Vorp ([EMAIL PROTECTED]) said something to this effect:
> Is there an easier/cleaner way to do this???????????????


Yes:

# cat > ~/build_mod_perl
perl Makefile.PL APACHE_SRC=../apache-1.3.9/src \
DO_HTTPD=1 \
USE_APACI=1 \
EVERYTHING=1 \
APACI_ARGS='--prefix=/usr \
   --with-layout=RedHat --add-module=/usr/src/redhat/SOURCES/mod_bandwidth.c \
   --add-module=/usr/src/redhat/SOURCES/mod_put.c --enable-module=all \
   --enable-shared=max --disable-rule=WANTHSREGEX --disable-module=auth_dbm \
   --with-perl=/usr/bin/perl --enable-suexec --suexec-docroot=/home/httpd/html \
   --suexec-caller=nobody --disable-shared=perl'

cd mod_perl-#.##
make
make install
cd ../apache-#.#.#
make install
^D

# cd /usr/local/src
# sh ~/build_mod_perl
#

If you think this is hard, try it without make.

(darren)

-- 
Blind faith in anything, even your leaders, will get you killed.
                -- Bruce Springsteen

Reply via email to