在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
系统CentOS 6.5 PHP5.5.19 1、安装imap的依赖包: [root@iZ9482lp6yqZ]# yum install -y libc-client-* 没有安装编译错误提示: configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. 解决Cannot find imap library (libc-client.a)错误提示: [root@iZ9482lp6yqZ]# ln -s /usr/lib64/libc-client.so /usr/lib/libc-client.so 2、进入php源码中的imap目录 [root@iZ9482lp6yqZ no-debug-non-zts-20090626]# cd /usr/local/php-5.5.19/ext 3、把imap.so扩展加到php.ini: extension = imap.so 4、重启httpd: [root@iZ9482lp6yqZ conf]# service httpd restart
|
2022-07-18
2022-08-17
2022-11-06
2022-08-18
2022-08-16
请发表评论