错误:php70w-common conflicts with php-common-5.3.3-49.el6.i686

时间:2023-03-09 07:24:19
错误:php70w-common conflicts with php-common-5.3.3-49.el6.i686

记录一下
  由于之前系统自带的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://blog.csdn.net/xgs736214763/article/details/76668050