Page 1 of 1

Dependency problems while installing IMAP functions

Posted: Thu Jul 19, 2007 5:32 am
by Trance-formation
I'm trying to install the imap functions on my server (Fedora Core 3 running PHP 5.0.4)

I've tried

yum install php-imap

but I'm getting dependency issues

Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-pear
Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-dba
Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-gd
Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-xml
Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-soap
Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-ldap
Error: Missing Dependency: php = 5.0.4-10.5 is needed by package php-mysql

which I don't understand, as I have 5.0.4 running... the only thing is that 5.0.4 was an upgrade installed at the push of a button on my matrix control panel which might account for why yum doesn't know it exists?

Short of rebuilding the server, installing php-imap and *then* upgrading php, any suggestions?

Adam