ID: 43661
Updated by: [EMAIL PROTECTED]
Reported By: rahul_sh at yahoo dot com
-Status: Open
+Status: Bogus
Bug Type: IMAP related
Operating System: RHL Enterprise 5
PHP Version: 5.2.5
New Comment:
Apparently not PHP problem.
/usr/local/include/mail.h:1505:21: error: linkage.h: No such file or
directory
/usr/local/include/c-client.h:42:48: error: osdep.h: No such file or
directory
Previous Comments:
------------------------------------------------------------------------
[2007-12-23 14:20:38] rahul_sh at yahoo dot com
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 this bug report at http://bugs.php.net/?id=43661&edit=1