Has anyone treid the web mail howto from Ying Zhang ?
Well, I have, first i've done the web database step by step howto, which went perfect, 
I had database activity on apache using php 3.0.16;
Now in order to use IMAP i had to recompile php to include IMAP support :
./configure --with-apxs=/usr/local/apache/bin/apxs \
        --with-config-file-path=/etc/httpd \
        --with-mysql \
        --with-pgsql \
        --with-xml \
        --with-gd \
        --with-imap \
        --with-zlib \
        --with-system-regex
make
make install
Now when i do an /etc/rc.d/init.d/httpd configtest it exits with the following error :
Syntax error on line 238 of /etc/httpd/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp3.so into server: 
/usr/local/apache/libexec/libphp3.so: undefined symbol: gss_mech_krb5

Does anybody have a clue what's wrong here ?

Regards,
Jeroen ten Berge.

Reply via email to