Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: mod_perl

Quote Reply
Re: mod_perl In reply to
Hi,

I just did two installations of mod_perl last week using Apache 1.3.14 and mod_perl 1.24_01 and didn't run into any problems? What did you use as arguments for perl Makefile.PL? Here's what I do normally:

1. tar xzf mod_perl
2. tar xzf apache
3. cd mod_perl
4. perl Makefile.PL APACHE_SRC=../apache PREP_HTTPD=1 NO_HTTPD=1 EVERYTHING=1
5. make
6. make install
7. cd ../apache
8. ./configure --prefix=/usr/local/apache_perl --activate-module=src/modules/libperl.a .. other options you want like activating rewrite, compiling php, etc.
9. make
10 make install

and you are done.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread mod_perl areh 4620 Dec 2, 2000, 4:03 PM
Post Re: mod_perl
pugdog 4494 Dec 3, 2000, 12:34 PM
Thread Re: mod_perl
Alex 4468 Dec 3, 2000, 5:12 PM
Thread Re: mod_perl
pugdog 4472 Dec 3, 2000, 8:15 PM
Thread Re: mod_perl
Alex 4452 Dec 4, 2000, 9:16 AM
Thread Re: mod_perl
areh 4455 Dec 4, 2000, 12:06 PM
Post Re: mod_perl
Alex 4446 Dec 4, 2000, 12:11 PM
Thread Re: mod_perl
Alex 4431 Dec 7, 2000, 10:42 AM
Post Re: mod_perl
pugdog 4421 Dec 7, 2000, 1:21 PM
Post Re: mod_perl
pugdog 4408 Dec 7, 2000, 2:14 PM