PDA

View Full Version : PERL Error after Apache update...



SeLLeRoNe
04-28-2007, 04:02 AM
Hi,

after making build all y i got:

Stopping httpd:
Starting httpd: Syntax error on line 70 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libperl.so into server: /etc/httpd/modules/libperl.so: undefined symbol: Perl_Ipatchlevel_ptr

The only way to start apache is disable perl in httpd.conf...

there is a way to solve this problem?

thanks

floyd
04-28-2007, 05:04 AM
A google search for "Cannot load /etc/httpd/modules/libperl.so" brings you to this link
http://www.directadmin.com/forum/showthread.php?s=&threadid=6431&highlight=PerlIpatchlevelptr

Zoner
05-08-2007, 11:42 AM
Hi,

in debian this solve problem:

apt-get install libperl-dev

then rebuild apache / mod_perl (better everything)

floyd
05-08-2007, 11:47 AM
The link I posted said to do just that.


The solution to this problem is very simple, the customapache build needs libperl development files on Debian to build a proper mod_perl.

apt-get install libperl-dev

cd /usr/local/directadmin/customapache

./build all