安装 XCache
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装 XCache相关的知识,希望对你有一定的参考价值。
一、安装注意事项
(1) 设置环境变量 :echo ‘export LC_ALL=C‘ >> /etc/profile && source /etc/profile
(2) 安装 perl 依赖:yum install -y perl-devel
二、安装 XCache
wget http://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.bz2
tar xf xcache-3.2.0.tar.bz2
cd xcache-3.2.0
/usr/local/php/bin/phpize
./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config
make && make install
cd ..
rm -rf xcache-3.2.0*
ls /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/
以上是关于安装 XCache的主要内容,如果未能解决你的问题,请参考以下文章