Hello Everyone,
I have been trying to install Plesk 7.5.1 with autoupdater and has been getting this error
...
Installing packages
Installing php-pgsql-4.3.2-14.ent.i386.rpm
error: Failed dependencies:
php = 4.3.2-14.ent is needed by php-pgsql-4.3.2-14.ent
Not all required packages were installed.
Press to continue...
Kamihacker has suggested the way out
Uninstall all php RPMs by runing
rpm -e --nodeps --repackage php-4.3.2-19.ent php-mysql-4.3.2-19.ent php-imap-4.3.2-19.ent php-ldap-4.3.2-19.ent
Download php-4.3.2-14.ent.i386.rpm from http://www.rpmfind.net to /root/somedirectory
cd /root/somedirectory
run
rpm -hiv php-4.3.2-14.ent.i386.rpm
Your problem shoudl be solved now
Run autoupdater again and enjoy
Thanks to Kamihacker !