在centos集成服务器上安装imap扩展

Posted 浪迹天涯-阿震

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在centos集成服务器上安装imap扩展相关的知识,希望对你有一定的参考价值。

yum install libc-client-devel.x86_64(如果不行就yum install libc-client-devel)
ln -s /usr/lib64/技术分享libc-client.so /usr/lib/技术分享libc-client.so 
cd oneinstack/src
tar xzf php-5.6.13.tar.gz  #具体看你的版本号
cd php-5.6.13/ext/imap
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-kerberos --with-imap-ssl 
make && make install
cd /usr/local/php/lib/php/extensions
cd no-debug-non-zts-20131226
ls
查看有没有 技术分享imap.so
cd /usr/local/php/etc
vi php.ini
找到
extension = "技术分享redis.so" 下面加上一行
extension = "技术分享imap.so"
重启启动
service php-fpm restart 

以上是关于在centos集成服务器上安装imap扩展的主要内容,如果未能解决你的问题,请参考以下文章

如何配置 Logstash IMAP 插件以从 SMTP 服务器获取电子邮件

扩展贴:Centos7.7 安装FreeIPA

centos6和centos7手动扩展PHP的IMAP模块

在 php 网站上集成 IMAP

如何使用配置文件 (.ebextensions) 在 AWS Elastic Beanstalk 上安装 PHP IMAP 扩展?

Centos7 安装 Tengine终极篇