Discussion Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Author Topic: PHP 5.3.2 compiled error with BCM4780 Debian 4.0 MIPSEL.  (Read 130 times)

0 Members and 1 Guest are viewing this topic.

wugi

  • Administrator
  • Newbie
  • *****
  • Posts: 30
    • View Profile
    • Email
PHP 5.3.2 compiled error with BCM4780 Debian 4.0 MIPSEL.
« on: April 25, 2010, 11:57:02 PM »
PHP 5.3.2 compiled error with BCM4780 Debian 4.0 MIPSEL.

Configuration is below.

./configure --prefix=/usr --with-config-file-path=/etc/php --with-mysql --with-mysqli --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-snmp --with-ttf --enable-gd-native-ttf --enable-gd-jis-conv --enable-ftp  --with-gettext --with-imap --with-imap-ssl --with-mcrypt --with-ncurses --enable-pcntl --with-readline --with-xmlrpc --with-zip

Quote
...
checking for dcngettext in -lc... yes
checking for bind_textdomain_codeset in -lc... yes
checking for GNU MP support... no
checking for mhash support... yes
checking whether to enable hash support... yes
checking whether byte ordering is bigendian... (cached) no
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking for iconv support... yes
checking for iconv... yes
checking if iconv is glibc's... yes
checking if iconv supports errno... yes
checking if your cpp allows macro usage in include lines... yes
checking for IMAP support... yes
checking for IMAP Kerberos support... no
checking for IMAP SSL support... yes
checking for utf8_mime2text signature... new
checking for U8T_DECOMPOSE...
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.

It seems IMAP c-client issue.
« Last Edit: April 26, 2010, 12:00:19 AM by wugi »
Logged