• 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.

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