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