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.

  • Comment on Re: perl with apache 2.2.8 - referenced symbol not found - perl_require_module

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
    hello, thx rhp.. I have mod_perl 2 installed. This machine currently has apache1 and mod_perl 1 running along side apache 2 and mp2. It's a dev machine and I'm testing on a different port, unfortunately, it's the only machine I have to test with right now. I will see what the mod_perl list has to say and check back.