【发布时间】:2014-07-18 03:10:47
【问题描述】:
我已经安装了带有 PHP5、Mysql5.5 等的全新 64 位 CentOS 6.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 安装 php-soap
【问题讨论】: