• 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

autoupdater problems

N

next2thebay

Guest
Hi Everyone,

I am having issues using the Auto-updater.
I get an error log when I try to initiate the 7.5.1 to 7.5.2 update.

Here's the Log:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.10-0.i386.rpm
Installing php-4.3.10-0.i386.rpm
Installing php-imap-4.3.10-0.i386.rpm
Installing php-mysql-4.3.10-0.i386.rpm
error: failed dependencies:
php = 4.3.8-sp.rh73.2 is needed by php-ldap-4.3.8-sp.rh73.2
php = 4.3.8-sp.rh73.2 is needed by php-manual-4.3.8-sp.rh73.2


How can I fix these easily
 
I am not registered with RedHat for updates. Is there any way I can do the updates without incurring a cost?

I tried getting the proper PHP release and installing it, but it seems that it still does not satisfy the requirements.


Any Ideas?
 
I had a similar problem with upgrading to 7.5.2...here is what I did.

1 - Force install the problem packages from your 'base' directory. Mine is located at /root/psa/PSA_7.5.2/rpm_RedHat_9/base

Use the following
#rpm -Uvh --nodeps problem-package.rpm

2 - Install the Red Hat Network pgp key using
#rpm --import /usr/share/rhn/RPM-GPG-KEY

3 - there is no cost to register with RH in order to use up2date. You can run
#up2date --dry-run

This will not only walk you through registration - not all information needed, read it - but will show what programs it can update.

4 - Rerun the autoinstaller.

This worked for me - hope it works for you.
sam
 
Tried running the up2date command with the switches that you had.. It didn't work. Not sure where to go from here.
 
Back
Top