码迷,mamicode.com
首页 > Web开发 > 详细

php bz2扩展安装

时间:2019-06-07 10:49:22      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:conf   tin   htm   eve   文章   解决方案   configure   err   href   

 

php bz2扩展安装

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Cookie_1030/article/details/78062418

添加bz2扩展,编译报错:

configure: error: Please reinstall the BZip2 distribution

 

解决方案:

yum install -y bzip2 bzip2-devel

 

cd /usr/local/src/php-5.6.31/ext/bz2

/srv/php-5.6.31/bin/phpize

./configure --with-php-config=/srv/php-5.6.31/bin/php-config --with-bz2

make

make install

php bz2扩展安装

标签:conf   tin   htm   eve   文章   解决方案   configure   err   href   

原文地址:https://www.cnblogs.com/guiyishanren/p/10987678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!