centos php mysql apache memcache

http://www.jb51.net/os/RedHat/54975.html

http://www.php.net/manual/zh/memcache.installation.php

#if apt-get, rpm, or yum doesn't work
cd /usr/src/
wget http://pecl.php.net/get/memcache-2.2.4.tgz
tar -zxvf memcached-2.2.4.tgz
cd memcached-2.2.4
phpize && ./configure --enable-memcache && make
cp modules/memcache.so /usr/lib/php/modules/

# Note: packaged extension modules are now loaded via the .ini files
# found in the directory /etc/php.d
touch /etc/php.d/memcached.ini
echo 'extension=memcache.so' > /etc/php.d/memcached.ini

service httpd restart

  

http://www.net527.com/caozuoxitong/Linux/2490.html

 

posted @ 2013-03-12 17:00  awinlei  阅读(260)  评论(0编辑  收藏  举报