Date: 04/30/01
- Next message: erick <email protected>: "[PHP-DEV] PHP 4.0 Bug #10497 Updated: Not connect with MySql"
- Previous message: brian <email protected>: "[PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed."
- Next in thread: J. Jones: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Reply: J. Jones: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The imap module fails with the following (perhaps only when building
against imap-2000*):
php_imap.c: In function `php_minit_imap':
php_imap.c:450: `auth_ssl' undeclared (first use in this function)
php_imap.c:450: (Each undeclared identifier is reported only once
php_imap.c:450: for each function it appears in.)
The solution is to rebuild the imap c-client library with something
resembling
make slx SPECIALAUTHENTICATORS=ssl EXTRACFLAGS=/path/to/openssl/includes/
This just failed for me on 4.0.5-RC8 and imap-2000c. I never built imap
in this manner previously, and the php-imap module has never failed on
releases prior to the 4.0.5-RC's, as they don't look for an auth_ssl
function in the c-client library.
Thanks!
Jeremy
-- 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>
- Next message: erick <email protected>: "[PHP-DEV] PHP 4.0 Bug #10497 Updated: Not connect with MySql"
- Previous message: brian <email protected>: "[PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed."
- Next in thread: J. Jones: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Reply: J. Jones: "Re: [PHP-DEV] Imap SSL support (Bug #10330)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

