【发布时间】:2015-09-22 16:02:37
【问题描述】:
我正在尝试新安装 Magento,但由于未安装 SOAP,因此无法通过初始设置。 我们有专门的服务器 CentOS 6.7(最终版) 我试过命令 yum install php-soap
但得到以下
[root@s16030606 ~]# yum install php-soap
Loaded plugins: fastestmirror, priorities
Setting up Install Process
Loading mirror speeds from cached hostfile
* epel: mirror.23media.de
Resolving Dependencies
--> Running transaction check
---> Package php-soap.x86_64 0:5.3.3-46.el6_6 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-46.el6_6 for package: php-soap-5.3.3-46.el6_6.x86_64
--> Finished Dependency Resolution
Error: Package: php-soap-5.3.3-46.el6_6.x86_64 (updates)
Requires: php-common(x86-64) = 5.3.3-46.el6_6
Installed: php-common-5.4.28-34.el6.art.x86_64 (@atomic)
php-common(x86-64) = 5.4.28-34.el6.art
Available: php-common-5.3.3-40.el6_6.x86_64 (base)
php-common(x86-64) = 5.3.3-40.el6_6
Available: php-common-5.3.3-46.el6_6.x86_64 (updates)
php-common(x86-64) = 5.3.3-46.el6_6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我试过 sudo clean all 然后 sudo yum update。
我查看了网络上的各种帖子,但没有找到真正适合我的解决方案。你能帮忙吗?
【问题讨论】: