• 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

Updater not working

M

mikeyd03

Guest
I am unable to get updater to run. Any update fails with the following:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.9-3.6.i386.rpm
warning: /root/psa/PSA_7.5.4/RHel4_std.updates/php-pgsql-4.3.9-3.6.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
php = 4.3.9-3.6 is needed by php-pgsql-4.3.9-3.6.i386

FYI: I already have php 4.3.9 on the server
 
Originally posted by mikeyd03
I am unable to get updater to run. Any update fails with the following:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.9-3.6.i386.rpm
warning: /root/psa/PSA_7.5.4/RHel4_std.updates/php-pgsql-4.3.9-3.6.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies
Although you have php-pgsql-4.3.9, you need to run it manually again:
rpm -Uvh php-pgsql-4.3.9-3.6.i386.rpm
Then run the updater one more time.
 
I did as suggested, ssh as root, ran rpm and got exactly the same error.
 
Originally posted by mikeyd03
I did as suggested, ssh as root, ran rpm and got exactly the same error.
Did you download and install the GPG key for your OS? Is there a list of dependencies needed by the system when you ran the command? If yes, you'll have to install these dependencies. The other option, which I don't suggest, is to uninstall php-pgsql:
rpm -e --nodeps php-pgsql
 
I'm pretty new to Linux administration. Where would I find the GPG Key? How would I install? Thanks in advance for any help.
 
Back
Top