标签:
一:配置php扩展memcached 所需要的软件包。 libmemcached-1.0.2.tar.gz : baidu.com memcache-2.2.7.tgz : wget http://pecl.php.net/get/memcached-1.0.2.tgz
----------------------------------------------------------- tar -zxvf libmemcached-1.0.2.tar.gz cd libmemcached-1.0.2 ./configure -prefix=/usr/local/libmemcached --with-memcached=/usr/local/memcached/bin/memcached/ make && make install ------------------------------------------------------------ tar -zxvf memcache-2.2.7.tgz cd memcache-2.2.7 /usr/bin/phpize ./configure --with-php-config=/usr/bin/php-config --with-libmemcached-dir=/usr/local/libmemcached/
二:nginx配置
标签:
原文地址:http://www.cnblogs.com/hgj123/p/4270431.html