Hi I compiled my php(4.06) as a module and I use apache 1.3.20. However when I start my webserver with this module I got the following error:
Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol:
gss_mech_krb5
Any ideas about this? I don't have a clue what this error means.
I installed php with the following options:
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-zlib-dir \
--enable-versioning \
--with-mysql \
--enable-ftp \
--enable-memory-limit=yes \
--enable-track-vars \
--with-dom \
--with-qtdom \
--enable-magic-quotes \
--with-xml \
--enable-sockets \
--with-imap \
--enable-memory-limit \
--enable-calendar
tnx 🙂