• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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