configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing
[
2008/08/24 13:37 | by real ]
2008/08/24 13:37 | by real ]
编译php时,使用--with-imap时,遇到了一个错误
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.
通过安装libc-client-devel包可以解决
centos 5.2 下
yum install libc-client-devel
即可
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.
通过安装libc-client-devel包可以解决
centos 5.2 下
yum install libc-client-devel
即可
配置apache禁止未授权的域名
用YUM升级CentOS系统中PHP和MySQL


