> Line 199 checks for Apache.pm and Apache::Status, thus:
> 
> if ($INC('Apache.pm') and Apache->module('Apache::Status'));
> 
> I have both Apache.pm and Apache::Status installed.

Yes but Apache::module (which called by
"Apache->module('Apache::Status')") is an XS function defined by
libperl.so - it only exists when running under mod_perl.

As a rule, Apache::* packages don't work outside mod_perl.

-- 
Dominique QUATRAVAUX                           Ingénieur développeur senior
01 44 42 00 35                                 IDEALX

Reply via email to