• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

newbie cant upd8 plesk

K

kwakk-steve

Guest
hello
just recently got linux server wityh plesk reloaded 7.5.1
trying to update using updater within plesk.
keep getting error:


Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.2-18.ent.i386.rpm
warning: /root/psa/PSA_7.5.3/RHel3_std.updates/php-pgsql-4.3.2-18.ent.i386.rpm: V3 DSA signature: NOKEY, key ID 897da07a
error: Failed dependencies:
php = 4.3.2-18.ent is needed by php-pgsql-4.3.2-18.ent

----- end of output -----
===> Autoinstaller: stopped logging at Thu Jul 28 11:52:21 2005


whats to do?
please
tia
kwakk
 
Run:

rpm -qa | grep php

... via ssh and post the output. It sounds like you don't have php-pgsql installed and are trying to install postgresql as part of the updater. If you disable postgresql it should prevent this problem from occuring.

I'd also suggest updating PHP to 4.3.11.
 
php-idap-4.3.2-24.ent
php-imap-4.3.2-24.ent
php-mysql-4.3.2-24.ent
php-4.3.2-24.ent

tia
 
If you don't want postgresql skip it, otherwise install php-pgsql RPM to match the version of PHP you're using.
 
Back
Top