httpd error

wdelong2565

Verified User
Joined
Jan 31, 2006
Messages
5
Starting httpd: Syntax error on line 81 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: cannot open shared object file: No such file or directory
[FAILED]
 
Try this:
Code:
cd /usr/local/directadmin/customapache
./build update
./build all y
service httpd restart

Sounds like not everything was built properly.
 
another error

Starting httpd: Syntax error on line 79 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: wrong ELF class: ELFCLASS32
[FAILED]
 
Since this isn't the only problem your having I would highly recommend contracting a server administrator to go in and get everything working properly ;)
 
Back
Top