为了账号安全,请及时绑定邮箱和手机立即绑定

debian wheezy 编译 php5-memcached

标签:
PHP

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




点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消