From: rahul_sh at yahoo dot com Operating system: RHL Enterprise 5 PHP version: 5.2.5 PHP Bug Type: IMAP related Bug description: on configure --with-imap the configuration fails
Description: ------------ using IMAP-2007 of UW Apache 2 On issuing Command ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-imap --with-mysql checking for IMAP support... yes checking for IMAP Kerberos support... no checking for IMAP SSL support... no checking for utf8_mime2text signature... new checking for U8T_CANONICAL... no configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. The end of config.log says SIZEDTEXT *src, *dst; utf8_mime2text(src, dst); ; return 0; } configure:47498: checking for U8T_CANONICAL configure:47514: gcc -c -I/usr/local/include conftest.c 1>&5 In file included from /usr/local/include/c-client.h:41, from configure:47505: /usr/local/include/mail.h:1505:21: error: linkage.h: No such file or directory In file included from configure:47505: /usr/local/include/c-client.h:42:48: error: osdep.h: No such file or directory In file included from /usr/local/include/c-client.h:48, from configure:47505: /usr/local/include/misc.h:52: error: expected specifier-qualifier-list before 'size_t' /usr/local/include/misc.h:99: error: expected ')' before 'size' configure: failed program was: #line 47503 "configure" #include "confdefs.h" #include <c-client.h> int main() { int i = U8T_CANONICAL; ; return 0; } Reproduce code: --------------- ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-imap --with-mysql Expected result: ---------------- success configuration with imap-2007 (UW) Actual result: -------------- checking for U8T_CANONICAL... no configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. -- Edit bug report at http://bugs.php.net/?id=43661&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43661&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43661&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43661&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43661&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43661&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43661&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43661&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43661&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43661&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43661&r=support Expected behavior: http://bugs.php.net/fix.php?id=43661&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43661&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43661&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43661&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43661&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43661&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43661&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43661&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43661&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43661&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43661&r=mysqlcfg