标签:source eve -- cat httpd releases deb 依赖包 extension
根据之前部署过的LNMP环境配置
配置环境变量 LC_ALL
echo ‘export LC_ALL=C‘ >> /etc/profile source /etc/profile #配置环境变量生效
yum install -y perl-devel #安装依赖包
如果不配置环境变量,安装加速器时会报错
cd /mnt/app
#下载xcache wget http://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz tar xf xcache-3.2.0.tar.gz /application/php/bin/phpize ./configure --enable-xcache --with-php-config=/application/php/bin/php-config make && make install ll /application/php5.6/lib/php/extensions/no-debug-non-zts-20131226/ 有xcache 表示安装成功
标签:source eve -- cat httpd releases deb 依赖包 extension
原文地址:https://www.cnblogs.com/hulue/p/9236616.html