我在CentOS 6.4上安装带有Nginx的
PHP-FPM 5.5.6(32位64位)的SOAP扩展时遇到问题.我启用了REMI repos并成功安装了所有内容 – 除了SOAP扩展.
原文链接:https://www.f2er.com/centos/373697.html尝试安装时,我收到以下依赖项错误:
[root@local src]# yum --enablerepo=remi install PHP-soap Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.hexageek.com * epel: mirror.digmia.com * extras: mirror.hexageek.com * remi: mirror5.layerjet.com * updates: mirror.hexageek.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package PHP-soap.x86_64 0:5.4.22-1.el6.remi will be installed --> Processing Dependency: PHP-common(x86-64) = 5.4.22-1.el6.remi for package: PHP-soap-5.4.22-1.el6.remi.x86_64 --> Finished Dependency Resolution Error: Package: PHP-soap-5.4.22-1.el6.remi.x86_64 (remi) Requires: PHP-common(x86-64) = 5.4.22-1.el6.remi Installed: PHP-common-5.5.5-2.el6.remi.x86_64 (@remi-PHP55) PHP-common(x86-64) = 5.5.5-2.el6.remi Available: PHP-common-5.3.3-22.el6.x86_64 (base) PHP-common(x86-64) = 5.3.3-22.el6 Available: PHP-common-5.3.3-23.el6_4.x86_64 (updates) PHP-common(x86-64) = 5.3.3-23.el6_4 Available: PHP-common-5.4.21-2.el6.remi.x86_64 (remi) PHP-common(x86-64) = 5.4.21-2.el6.remi Available: PHP-common-5.4.22-1.el6.remi.x86_64 (remi) PHP-common(x86-64) = 5.4.22-1.el6.remi You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
从remi-test安装“yum –enablerepo = remi-test install PHP-soap”显示甚至更旧版本的PHP-soap 5.3.3.
这是我到目前为止所尝试的:
1 /
梨安装肥皂….无法安装版本0.13.0不是首选稳定,使用通道0.13.0 …但我无法做到,如何切换频道..没有明确的文件或不工作…
2 /
yum –enablerepo = remi安装PHP-soap ….依赖性问题为肥皂5.4.22
yum –enablerepo = remi-test安装PHP-soap ….依赖于soap 5.3.3的问题
3 /
我从RPM downloaded packages下载了RPM并尝试了
yum localinstall PHP-soap-5.5.6-1.fc20.remi.x86_64.rpm …再次依赖问题
有没有人成功使用PHP-FPM在PHP 5.5.6上安装PHP SOAP扩展?
我还检查了PHP,但没有任何关于任何信息,只是“使用–enable-soap配置PHP”听起来像SOAP扩展已经捆绑到核心..?我真的非常需要这个扩展,我不想降级PHP版本.
Thanx很多任何好建议:-)