Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

[PHP] How to compile PHP with IMAP option? From: Christopher Cheng (christopher <email protected>)
Date: 07/31/01

I am new to using PHP with IMAP?
As I recompile PHP, I use

rm config.cache
./configure --enable-track-vars --enable-force-cgi-redirect --with-gettext -
-with-mysql --with-sybase=/opt/sybase --with-apxs --with-imap
make
make install

After I restart Apache, it says that
Cannot load /www/libexec/libphp4.so into server: /www/libexec/libphp4.so:
undefined symbol: gss_mech_krb5

Does it mean that I miss the DIR option after "--with-imap"? I am using
Redhat 6.2, what should it always be?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>