ubuntu 安装yar

可能你的安装 会出现一些依赖  一般可能是  缺少 m4   autoconf

鸟哥博客:http://www.laruence.com/2012/09/15/2779.html

安装yar 先安装msgpack

https://github.com/msgpack/msgpack-php

 whichis phpize

比如我的在:/usr/local/php/bin/phpize

我的msgpack 位置在 /home/jshawcx/msgpack-php-master

安装yar

https://github.com/laruence/yar

我的yar位置在 /home/jshawcx/yar-1.2.4

 cd /xxxx/xxx/msgpack-php-master

/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config

make

make install

cd /xxx/xxx/yar-1.2.4

/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config

make

make install

extension=msgpack.so

extension=yar.so

 

重启php-fpm 和nginx或apache

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。