• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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