centos 5.7 memcached php

centos 5.7

memcached

 

 

 

 

先安装 库

yum install libevent

http://download.fedora.redhat.com/pub/epel/5/x86_64/

wget http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

 

rpm -Uvh epel-release-5-4.noarch.rpm

yum install memcached

 

停止 epel repo

/etc/yum.repos.d

epel 文件删除

或者

rpm 卸载

rpm -e epel-release-5-4.noarch

 

yum install php-memcache

启动memcached
/sbin/service memcached start

 

 

 

Last modified onSunday, 14 October 2012 04:07

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169

Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
back to top