On Thu, 3 Feb 2005 18:09:46 +0100, Igor Lumpus <igorlumpus@xxxxxxxxxxxx> wrote:
Resolving dependencies ....Unable to satisfy dependencies Package php-ldap needs php = 4.3.8-2.1, this is not available. Package php-mbstring needs php = 4.3.8-2.1, this is not available.
How do I fix this?
I could guess that the package you need, "php-4.3.8-2.1" is not available through any of the repositories you have in your yum configuration.
Yum cannot install a package if it doesn't know where to get it from.
On my machine, I arm running php-4.3.10-3.2. I got it from the updates section at freshrpms.
For information about adding the freshrpms repositories to your yum configuration, try the following link.
http://stanton-finley.net/fedora_core_3_installation_notes.html#Yum
The latest official FC2 updates for the PHP packages are release 4.3.10-2.4, whereas Igor has at least a couple of packages downloaded in his yum cache that are built against 4.3.8-2.1, but not the php 4.3.8-2.1 package itself. Clearing out the cache will probably get rid of these intermediate updates and enable yum to work properly again.
Adding an extra repo with even more up to date releases probably won't help.
Paul.