Title: Adding mod_perl to Apache
Contributor: Randall Goguen (aka Ranman)
Last Update: Wednesday November 7 08:19 EDT 2001
# Note: If you use libphp3.so or libphp4.so add this
# module "AFTER" you install libphp3.so or libphp4.so.
# Move to /usr/local
cd /usr/local
# Get http://perl.apache.org/dist/mod_perl-1.26.tar.gz
# Decompress the sources:
tar -xvzf mod_perl-1.26.tar.gz
# Compile the source:
cd mod_perl-1.26
perl Makefile.PL \
USE_APXS=1 \
WITH_APXS=/usr/local/apache/bin/apxs \
EVERYTHING=1
make
make test
make install
Anyone who wishes to make additions or changes to this
Apache Tip email them to webmaster@linuxguruz.org
This document is Copyright (c) 1999, 2000 by LinuxGuruz