You are doing things wrong. This is right:

# cd /usr/local/src
# tar -xzvf *.tar.gz
# cd mod_perl-2.0.1
# perl Makefile.PL MP_USE_STATIC=1 \
MP_AP_PREFIX=/usr/local/src/httpd-2.0.54 \
MP_AP_CONFIGURE="--with-mpm=prefork --prefix=/usr/bin/apache2"
# make
# make install


"Brandon Mayes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi everyone.  I've tried using google, and posting on forums, and no one
> seems to have an answer for me.  Everything on google is all about using
> apache 1.3 with mod_perl, and the stuff about 2.0 doesn't really give
> detailed instructions about anything.  So hopefully someone on here can
> help.  Please note that I really want STATIC mod_perl...there will be
quite
> a few client connections hitting this box.  Here's the scoop on the box:
> [...]



Reply via email to