In mod_perl 1.29 version, I preload the following modules at startup à

use Apache::Request ();

use Apache::Cookie ();

 

 

It works perfect…

 

I’m currently learning how to use mod_perl2-2.0.1, when I try to preload the following modules at startup à

 

use Apache2::Request ();

use Apache2::Cookie ();

 

 

I get the following error in the apache2 logs and the server won’t start à

 

/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.6/mach/auto/APR/Request/Error/Error.so: Undefined symbol "apreq_strerror"

^C

su-3.00# pkg_info

 

 

 

Cure

Reply via email to