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

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