woops, i also forgot to tell you that you probably want to add this for the
mod_perl install
perl Makefile.PL PERL_STACKED_HANDLERS=1
also, while compiling in everything but the kitchen sink is good if you
don't care about memory, otherwise your httpd is going to be a lot bigger
than you need if you don't need all those modules. I cut memory consumption
almost in half by getting rid of modules that I didn't need.
Also, I find manually editing the configuration templates in the apache src
directory helpful in keeping the modules I don't want compiled in out all
the time.
Just some of the stuff I find useful.
-joe
______________________________________________________
joe lauer rootlevel
product developer 743 beaubien, suite 300
p.313.961.4407 x302 detroit, mi 48226
f.313.961.4568 www.rootlevel.com
-----Original Message-----
From: Jon Brisbin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 11:46 PM
To: [EMAIL PROTECTED]; brandon; Stephane de Fontaine;
[EMAIL PROTECTED]
Subject: Re: mod_perl problems
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]