undefined symbol: Perl_Ipatchlevel_ptr

canda

Verified User
Joined
Apr 19, 2006
Messages
17
Location
UK
I'm running Debian 3.1 with the latest version of DA.

I have just upgraded to MySQL 5.0.19 which went ok but was still reporting as the older version in phpinfo. So after searching these forums I realised I needed to recompile php... I followed a suggestion of: http://help.directadmin.com/item.php?id=26

It went through all the steps and seemed ok, but there was an error message for Perl.

Now if I try and restart apache I get this message:

Starting httpd: Syntax error on line 97 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libperl.so into server: /usr/lib/apache/libperl.so: undefined symbol: Perl_Ipatchlevel_ptr


Any ideas?
 
libperl debian problem SOLVED

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


That should do the trick :)
 
Back
Top