Installing IMAP extensions on the CentOS integration Server

Source: Internet
Author: User
Tags imap

Yum Install libc-client-devel.x86_64 (yum install libc-client-devel if not possible)
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
See if there are imap.so
Cd/usr/local/php/etc
VI php.ini
Found it
Extension = "redis.so" plus a line
Extension = "imap.so"
Restart Startup
Service PHP-FPM Restart

Installing IMAP extensions on the CentOS integration Server

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.