Hi there,
I was running php-4.2.3 on my server but needed to recompile with some extra modules so I downloaded php-4.3.4.tar.gz to use. Unpacked the source and configure, make and make install ran perfectly. The problem is after this httpd crashes and if I do httpd status it gives the message :
"httpd dead but subsys locked"
When I do apachectl start I get the message:
"Syntax error on line 259 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp3.so into server: /etc/httpd/modules/libphp3.so: undefined symbol: gss_mech_krb5
/usr/sbin/apachectl start: httpd could not be started"
although I have not changed anything in the httpd.conf.
Prior to recompiling php I also unpacked and installed libmcrypt-2.5.7 and
mcrypt-2.6.4
I have tried everything but so far the only thing that works is if I delete the line mentioned in http.conf. Then apache works fine again. I cannot do this as I still need the php3 modules.
Any thoughts would be greatly appreciated
Thanks,
Darren
I was running php-4.2.3 on my server but needed to recompile with some extra modules so I downloaded php-4.3.4.tar.gz to use. Unpacked the source and configure, make and make install ran perfectly. The problem is after this httpd crashes and if I do httpd status it gives the message :
"httpd dead but subsys locked"
When I do apachectl start I get the message:
"Syntax error on line 259 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp3.so into server: /etc/httpd/modules/libphp3.so: undefined symbol: gss_mech_krb5
/usr/sbin/apachectl start: httpd could not be started"
although I have not changed anything in the httpd.conf.
Prior to recompiling php I also unpacked and installed libmcrypt-2.5.7 and
mcrypt-2.6.4
I have tried everything but so far the only thing that works is if I delete the line mentioned in http.conf. Then apache works fine again. I cannot do this as I still need the php3 modules.
Any thoughts would be greatly appreciated
Thanks,
Darren