Apache 2.2.4

[root@hosting customapache]# service httpd configtest
Syntax error on line 80 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: apr_table_set
[root@hosting customapache]#
 
[root@hosting customapache]# service httpd configtest
Syntax error on line 80 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: apr_table_set
[root@hosting customapache]#

try rebuilding php.
 
Code:
cd /usr/local/directadmin/customapache
./build php_ap2 n
 
try

Code:
updatedb 
locate libphp4.so

else you try this

This one works almost always
Code:
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/beta/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build update_data
./build php
 
Last edited:
Thanks for the support people. I ended up getting things to run again.

Note- this site has some of the best support by far.w
 
Back
Top