• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Failed dependency upgrading PHP

mdafforn

New Pleskian
I am trying to upgrade PHP on my Plesk 8.6 / Cent 4.5 machine, and am getting a failed dependency.

--> Running transaction check
--> Processing Dependency: php-common = 5.2.12-1.el4.art for package: php-xml
--> Finished Dependency Resolution
Error: Missing Dependency: php-common = 5.2.12-1.el4.art is needed by package php-xml

Anyone know a good way around this?

I've using the Atomic, and Atomic-testing repos, but still no luck.
 
Sorry for the newb-ish reply, but excluding what in which config?

I'm assuming my yum config, and this is the exclude line:

exclude=kernel* sendmail bind-chroot caching-nameserver bin srptools

I do not know what bin nor srptools would exclude, maybe that is it?
 
Well, I tried removing all exclusion, that didn't help, any other suggestions?

This is really getting frustrating...
 
Well, it turns out it was a fairly simple fix that I found.

php-xml wasn't installed, but for some reason yum wasn't adding it automatically.

once I did a yum install php-xml, I could do a yum install php, (and followed the wiki instructions at ART here) and it worked fine.
 
Back
Top