错误:php55w-与CentOS 6.5上的php-common冲突

我已经安装了一个新的64位CentOS 6.5与 PHP5,MysqL5.5等.

现在,当我想安装不同的Apache模块,如PHP-soap时,我收到此错误

---> Package PHP-soap.x86_64 0:5.3.3-27.el6_5 will be installed
--> Processing Dependency: PHP-common(x86-64) = 5.3.3-27.el6_5 for package: PHP-soap-5.3.3-27.el6_5.x86_64
--> Running transaction check
---> Package PHP-common.x86_64 0:5.3.3-27.el6_5 will be installed
--> Processing Conflict: PHP55w-common-5.5.12-1.w6.x86_64 conflicts PHP-common < 5.5.0
--> Finished Dependency Resolution
Error: PHP55w-common conflicts with PHP-common-5.3.3-27.el6_5.x86_64
 You Could try using --skip-broken to work around the problem
 You Could try running: rpm -Va --nofiles --nodigest

我用这个命令来安装PHP-soap:

yum –enablerepo=webtatic install PHP-soap

我刚刚找到了解决问题的方法

使用以下命令安装PHP-soap:

yum install PHP55w-soap

希望这可以帮助!

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...