Thanx for your help everybody, I think just joined the PHP discussion group for this 
answer, If I get an answer I'll post it here...

Regards,
Jeroen.


-----Original Message-----
From:   Adam McKenna [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, May 02, 2000 4:56 PM
To:     [EMAIL PROTECTED]
Subject:        Re: PHP

On Tue, May 02, 2000 at 03:31:50PM +0200, Jeroen ten Berge wrote:
> 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

Not sure about this but perhaps you compiled PHP with a newer libc?  Or some 
other library that apache and PHP share?

--Adam

Reply via email to