httpd failed

apnacenter

Verified User
Joined
Jul 1, 2008
Messages
6
Code:
[root@server customapache]# /sbin/service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: undefined symbol: ap_hook_pre_config
                                                           [FAILED]
 
Code:
[root@server customapache]# /sbin/service httpd start
Starting httpd: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules
.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so:
undefined symbol: ap_hook_pre_config
                                                           [FAILED]
[root@server customapache]#

same prob :(
 
Last edited:
You must run "./build clean" before the command, if you are using Apache 2.x - user "./build php_ap2 n" instead of "./build php n".
 
Back
Top