标签:lease figure deb 安装 tar wget bz2 phpize exp
一、安装注意事项
(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/
标签:lease figure deb 安装 tar wget bz2 phpize exp
原文地址:http://www.cnblogs.com/pzk7788/p/6725921.html