PERL Error after Apache update...

SeLLeRoNe

Super Moderator
Joined
Oct 9, 2004
Messages
6,632
Location
A Coruña, Spain
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
 
Hi,

in debian this solve problem:

apt-get install libperl-dev

then rebuild apache / mod_perl (better everything)
 
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
 
Back
Top