您好,登录后才能下订单哦!
CentOS release 6.5下安装php-memcached
1、下载libevent-1.4.13-stable.tar.gz
#tar -xzvf libevent-1.4.13-stable.tar.gz
#cd libmemcached-1.4.13
#./configure --prefix=/usr/local/libevent --with-memcached
#make&&make install
如下图所示:
2、下载memcached-2.2.0.tgz
#tar -xzvf memcached-2.2.0.tgz
#cd memcached-2.2.0
#./configure --enable-memcached --with-php-config=/xxx/xxx/php/bin/php-config --with-libmemcached-dir=/usr/local/libmemcached --disable-memcached-sasl
#make&&make test&&make install
#ll /xxxx/xxx/php/lib/php/extensions/no-debug-non-zts-20100525/memcached.so
3、配置php.ini文件
#vim /home/program/php/etc/php.ini
如下图所示:
4、重启php-fpm进程
5、重启apache进程
6、编写phpinfo.php文件验证
如下图所示:
注意:软件在安装的过程中可以缺少某些插件,可根据错误提示安装相关联插件;
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。