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

前端之家收集整理的这篇文章主要介绍了错误: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

希望这可以帮助!

原文链接:https://www.f2er.com/php/135175.html

猜你在找的PHP相关文章