in reply to Checklist for installing mod_perl
Is there any particular reason you're installing from source?
If not, I'd recommend the following (for mod_perl):
sudo apt-get install libapache2-mod-perl2
If you don't already have apache, you should do this first:
sudo apt-get install apache2 apache2.2-common apache2-mpm-worker apach +e2-utils libapr1 libaprutil1
You might want to use apache2-mpm-prefork (non-threaded, slower) instead of apache2-mpm-worker (threaded, faster) if you need compatibility with non-thread-safe libraries.
For more info on installing a LAMP server on ubuntu, see here: https://help.ubuntu.com/community/ApacheMySQLPHP
Just ignore all the stuff about "PHP" ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Checklist for installing mod_perl
by wfsp (Abbot) on Apr 06, 2010 at 14:03 UTC | |
by scorpio17 (Canon) on Apr 06, 2010 at 14:32 UTC |