Hello,
I’m trying to install ext-soap to my php server. I have PHP 7.0 but when i say
“yum install php-soap” it tries to install soap for 5.4.6. Here’s my error log:
–> Running transaction check —> Package php-soap.x86_64 0:5.4.16-45.el7 will be installed –> Processing Dependency: php-common(x86-64) = 5.4.16-45.el7 for package: php-soap-5.4.16-45.el7.x86_64 –> Running transaction check —> Package php-common.x86_64 0:5.4.16-45.el7 will be installed –> Processing Conflict: php70u-common-7.0.30-1.ius.centos7.x86_64 conflicts php-common < 7.0.30 –> Processing Conflict: php70u-json-7.0.30-1.ius.centos7.x86_64 conflicts php-json < 7.0.30 –> Finished Dependency Resolution Error: php70u-json conflicts with php-common-5.4.16-45.el7.x86_64 Error: php70u-common conflicts with php-common-5.4.16-45.el7.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
How can I install for php 7.0?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
you can try
yum install --skip-broken php-soap
OR try
yum remove php*
before running the install
yum install php-soap
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.