Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [ManuGermany] mod_perl trouble: Edit Log

Here is the list of edits for this post
Re: [ManuGermany] mod_perl trouble
I compiled apache using mod_perl on my server. Here's a step by step:


First just create a temporary folder and cd into it. Then do:

-----------------------------------------

lwp-download http://www.apache.org/dist/httpd/apache_1.3.24.tar.gz

lwp-download http://perl.apache.org/dist/mod_perl-1.26.tar.gz

tar -zvxf apache_1.3.24.tar.gz

tar -zvxf mod_perl-1.26.tar.gz

cd mod_perl-1.26

perl Makefile.PL APACHE_SRC=../apache_1.3.24/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

make && make test && make install

cd ../apache_1.3.24

make install

-----------------------------------------


Sean

Last edited by:

SeanP: Apr 11, 2002, 10:37 AM

Edit Log: