Problems with libperl.so

Dr.php

Verified User
Joined
Jun 12, 2009
Messages
5
Problems with libperl.so

Code:
[root@svt] /usr/local/directadmin/custombuild $ service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: httpd: Syntax error on line 19 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libperl.so into server: /usr/lib/apache/libperl.so: undefined symbol: ap_table_merge

:(:(

??
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build mod_perl
 
thanks smtalk ,, but no change
[root@svt] /usr/local/directadmin/custombuild $ service httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 19 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libperl.so into server: /usr/lib/apache/libperl.so: undefined symbol: ap_table_merge
 
Code:
[root@server custombuild]# ./build mod_perl
File already exists:    mod_perl-2.0.4.tar.gz
MD5 Checksum on mod_perl-2.0.4.tar.gz passed.
Found /usr/local/directadmin/custombuild/mod_perl-2.0.4.tar.gz
Extracting ...
Done.
Configuring mod_perl-2.0.4...
perl: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
Done. Making mod_perl-2.0.4...
Trying to make mod_perl...
make: *** No targets specified and no makefile found.  Stop.

*** The make has failed, do you want to try to make again? (y,n):

[root@server custombuild]#
[root@server custombuild]#
 
Back
Top