• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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