I have problem with httpd

adamp

Verified User
Joined
Jan 11, 2007
Messages
141
hellow
when I restart HTTPD the server write me this:

Syntax error on line 80 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: Cannot open "/usr/lib/apache/libphp4.so"


what I need to do?

thank you
 
Is your config correct?

Have you tried to see if the libphp4 file is indeed located there?

If not, have you tried recompiling PHP with the custombuilder?
 
Icheb said:
Is your config correct?

Have you tried to see if the libphp4 file is indeed located there?

If not, have you tried recompiling PHP with the custombuilder?

i wrote :

ee usr/lib/apache/libphp4.so

and this is open me new file.

how I can fix it?
 
cd /usr/local/directadmin/customapache
./build update
./build clean
./build all d
/sbin/service httpd restart
 
chatwizrd said:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build all d
/sbin/service httpd restart

thank you very much
 
Back
Top