Failed Dependancies when Upgrading

liunx

Guest
Trying to upgrade php 4.3.10 to 5.0.4.

Issuing this command: "rpm -Uvh php-5.0.4-2.i386.rpm"
These are the errors:
------------------------
warning: php-5.0.4-2.i386.rpm: V3 DSA signature: NOKEY, key ID 30c9ecf8
error: Failed dependencies:
libcrypto.so.5 is needed by php-5.0.4-2
libcurl.so.3 is needed by php-5.0.4-2
libdb-4.3.so is needed by php-5.0.4-2
libidn.so.11 is needed by php-5.0.4-2
libkrb5support.so.0 is needed by php-5.0.4-2
libssl.so.5 is needed by php-5.0.4-2
php = 4.3.10-2.4 is needed by (installed) php-mysql-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-pgsql-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-ldap-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-odbc-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-mbstring-4.3.10-2.4
---------------------------

Downloaded each one of those lib packages but then those are failing with further dependancies. Before I spend much more time does anyone have a clue what might be my problem.

Thank in advance.This is called dependency hell. As your upgrading im not sure. What distribution do you have? As most with RPM packages hand out there own LAMP install, this can solve this easily.
 
Back
Top