After I've done updating and Compiling Apache and PHP Like
cd /usr/local/directadmin/customapache
./build clean
rm -f configure.*
./build update
./build all
And then /sbin/service restart I can't get httpd serice back. I get this message:
Starting httpd: Syntax error on line 17 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: undefined symbol: apr_table_set
Does anyone know how I can fix this or reverse the whole thing back to like it was?.
cd /usr/local/directadmin/customapache
./build clean
rm -f configure.*
./build update
./build all
And then /sbin/service restart I can't get httpd serice back. I get this message:
Starting httpd: Syntax error on line 17 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: undefined symbol: apr_table_set
Does anyone know how I can fix this or reverse the whole thing back to like it was?.