I just installed apache 1.3.12 and php 4.0.1 with some help from an article which can be found at http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/. Everything compiled and installed fine, however when I try to start apache, I get the following error:
[root@LXDEV1 bin]# ./apachectl configtest
Syntax error on line 210 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/li
bexec/libphp4.so: undefined symbol: gss_mech_krb5
has anyone encountered this before? will i have to recompile php? if so will i have to recompile apache?
any help is gretly appreciated. thank you.