RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
debianwheezy编译php5-memcached

debian wheezy的软件包php5-memcached 没有igbinary支持,也没有提供php5-igbinary

站在用户的角度思考问题,与客户深入沟通,找到安远网站设计与安远网站推广的解决方案,凭借多年的经验,让设计与互联网技术结合,创造个性化、用户体验好的作品,建站类型包括:成都网站建设、成都网站设计、企业官网、英文网站、手机端网站、网站推广、域名申请、虚拟空间、企业邮箱。业务覆盖安远地区。

由于业务需要,手动编译添加igbinary支持。

#删除php5-memcached软件包
apt-get remove php5-memcached
#安装igbinary
pecl install igbinary
echo "extension=igbinary.so" >/etc/php5/fpm/conf.d/20-igbinary.ini
#安装编译依赖包
apt-get install php5-dev make libmemcached-dev pkg-config
#下载并编译源码包
pecl download memcached
tar zxvf memcached*.tgz
cd memcached*/
phpize
./configure --enable-memcached-igbinary --disable-memcached-sasl
make
make install
echo "extension=memcached.so" >/etc/php5/fpm/conf.d/20-memcached.ini

新的模块分别是

/usr/lib/php5/20100525/igbinary.so
/usr/lib/php5/20100525/memcached.so


文章题目:debianwheezy编译php5-memcached
链接地址:http://sczitong.cn/article/igichi.html