On this step:

> 5. now chdir's to /usr/local/src/mod_perl-1.24
>
> perl Makefile.PL

I've sometimes had to do a:

perl Makefile.PL USE_APACI=1 EVERYTHING=1

I also choose NOT to let mod_perl build my httpd when prompted because what
it does is run config.status and add mod_perl every time it's run, so you'll
end up with 3,4,howevermany --activate-modules in config.status...to avoid
this, I always build apache AFTER I've "make && make install" in the
mod_perl directory...

...I also compile in everything but the kitchen sink (8 non-standard modules
at last count :-), so the APACI step may not be neccessary for you in a
plain Apache/mod_perl setup...

Jon Brisbin
www.jbrisbin.net
[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to