Iv Had It Help!!!!!!!

underg

Verified User
Joined
Nov 7, 2006
Messages
11
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
 
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
 
Back
Top