in reply to perl with apache 2.2.8 - referenced symbol not found - perl_require_module
Apache::Constants is a mod_perl 1 generation package. Apache 2 requires mod_perl 2. Check to make sure you have mod_perl 2 installed, and you might even want to remove mod_perl 1. It seems as somehow you have your apache2 installation attempting to use mod_perl 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl with apache 2.2.8 - referenced symbol not found - perl_require_module
by switcharoonie (Initiate) on Mar 20, 2008 at 13:46 UTC | |
by Anonymous Monk on Mar 23, 2008 at 03:35 UTC |