From:             [EMAIL PROTECTED]
Operating system: Red Hat Linux 6.0
PHP version:      4.0.6
PHP Bug Type:     Compile Failure
Bug description:  php_imap.c:454: `auth_md5' undeclared

Hi,

Compiling with the following configure options:

./configure --with-mysql --with-gd --enable-force-cgi-redirect
--with-config-file-path=/etc/php4/cgi/ --with-imap --enable-ftp
--without-imap-ssl --without-kerberos --with-openssl

I get a failure which seems to relate to secure imap even though I've
explicitly disabled this option:

make[3]: Entering directory `/usr/common/src/Php/php-4.0.6/ext/imap'
gcc  -I. -I/usr/common/src/Php/php-4.0.6/ext/imap
-I/usr/common/src/Php/php-4.0.6/main -I/usr/common/src/Php/php-4.0.6
-I/usr/common/src/Php/php-4.0.6/Zend -I/usr/include/imap
-I/usr/common/src/Php/php-4.0.6/ext/mysql/libmysql
-I/usr/common/src/Php/php-4.0.6/ext/xml/expat/xmltok
-I/usr/common/src/Php/php-4.0.6/ext/xml/expat/xmlparse
-I/usr/common/src/Php/php-4.0.6/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g
-O2  -c php_imap.c && touch php_imap.lo
php_imap.c: In function `php_minit_imap':
php_imap.c:454: `auth_md5' undeclared (first use this function)
php_imap.c:454: (Each undeclared identifier is reported only once
php_imap.c:454: for each function it appears in.)
make[3]: *** [php_imap.lo] Error 1
make[3]: Leaving directory `/usr/common/src/Php/php-4.0.6/ext/imap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/common/src/Php/php-4.0.6/ext/imap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/common/src/Php/php-4.0.6/ext'
make: *** [all-recursive] Error 1
root@fred:/usr/common/src/Php/php-4.0.6 >

In case of cross-module/file issues, I also tried a more bare-bones
configure (after rm'ing config.cache and reconfiguring/compiling):

./configure --with-imap  --without-imap-ssl --without-kerberos
--with-openssl

This yields the same error.

I'm using the options that are hinted at in bug ID 11877, which seems a
similar bug, but to no avail.

I've also tried the latest CVS version yesterday, but that gets even less
far through the build process.
-- 
Edit bug report at: http://bugs.php.net/?id=12904&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to