[PHP-DEV] Bug #4444 Updated: undefined symbol: gss_mech_krb5 From: Bug Database (php-dev <email protected>)
Date: 05/15/00

ID: 4444
Updated by: sas
Reported By: achanzar <email protected>
Status: Closed
Bug Type: Installation problem
Assigned To:
Comments:

Your imap library has been configured to support Kerberos. You need to link against an additional library.

For example, if the library is named libkerberos, you configure PHP with

$ LIBS=-lkerberos ./configure --with-imap ...

Full Bug description available at: http://bugs.php.net/?id=4444

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