CentOS PHP installation memcached Extended Support SASL

Source: Internet
Author: User
Tags memcached
1. Install SASL
Yum install cyrus-sasl-lib.x86_64
yum install cyrus-sasl-devel.x86_64

2. Download libmemcached

wget https://launchpad.net/libmemcached/1.0/1.0.16/+download/libmemcached-1.0.16.tar.gz
3, compile and install
Tar zxvf libmemcached-1.0.16.tar.gz
cd libmemcached-1.0.16
./configure--prefix=/usr/local/libmemcached-- ENABLE-SASL make make
install
4. Installation memcached Installation

wget http://pecl.php.net/get/memcached-2.1.0.tgz
tar zxvf memcached-2.1.0.tgz
CD memcached-2.1.0
Get <pre name= "code" class= "python" >php-config directory Whereis <span style= "font-family:arial, Helvetica, Sans-serif ;" >php-config</span>
Phpize./configure--with-php-config=php-config Directory--with-libmemcached-dir=/usr/local/libmemcached/-- Enable-memcached-sasl
Make
Make install
5. Modify the corresponding configuration

Increase

Vi/etc/php.d/memcache.ini (previously installed memcache) or directly into php.ini file
extension=memcached.so
MEMCACHED.USE_SASL = 1


Finally restart the Web server nginx or Apache







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.