PDA

View Full Version : Iv Had It Help!!!!!!!



underg
12-14-2006, 05:34 AM
OK Iv read many apache erros and fixed them acording to the posts!
Everytime I fix the error I get a totaly differnt error!!!!!

This one is:
[root@fast /]# apachectl start
Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: ap_signal


Apache version is 2.0.x

Thank you

Mik3yZ
12-15-2006, 02:00 PM
looks like something wrong with php... you can try recompiling it...

go to:

/usr/local/directadmin/customapache

then type:

./build clean
./build php y

this rebuilds php... maybe it solves your problem

- Mike