• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Upgrade to 7.5.3 fails - php-domxml

M

Malguido

Guest
Received the following report when attempting to upgrade to 7.5.3. "Installing php-domxml-4.3.8-1.1.i386.rpm
error: Failed dependencies: php = 4.3.8-1.1 is needed by php-domxml-4.3.8-1."

Currently running Plesk 7.5.2 on Fedora Core 1.

rpm -q php returns "php-4.3.10-3.2"

rpm -q php-domxml returns "package php-domxml is not installed"

yum install php-domxml returns "....Unable to satisfy dependencies Package php-domxml needs php = 4.3.10-1.1.legacy, this is not available."

And, unfortunately, I am not a linux guy.. Please assist.
 
I was getting the same error while trying to upgrade to 7.5.3. I finally got it to work by doing the following.

Find php-domxml-4.3.8-1.1.i386.rpm, i think by default it will be located in /root/psa/PSA_7.5.3/FC1_std.updates/

then i manually installed just this file with the --nodeps flag.

rpm -Uvh --nodeps php-domxml-4.3.8-1.1.i386.rpm

install success.

Logged back into the control panel https://www.domain.com:8443 and proceeded to the update manager and updated to 7.5.3 with no further errors.

Hope this helps.
 
Back
Top