您的位置:首页 > 编程语言 > PHP开发

错误:php70w-common conflicts with php-common-5.3.3-49.el6.x86_64 You could try using --skip-broken to

2017-08-04 10:44 267 查看
记录一下
  由于之前系统自带的php5.3.3没有卸载干净;

在执行phpize时报错说需要php-devel 

然后yum -y install php-delel ;

然后就报错

错误:php70w-common conflicts with php-common-5.3.3-49.el6.x86_64  You could try using --skip-broken to

解决办法;

yum -y install php70w-devel 

参考 https://xgs888.top/post/view?id=43

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐