Hide Forgot
Description of problem: installation of php-5.3.9 is not possible due to an dependency error Version-Release number of selected component (if applicable): php-5.3.9-1.fc16.x86_64 How reproducible: 100% Steps to Reproduce: 1.yum install -y php Actual results: --> Finished Dependency Resolution Error: Package: php-5.3.9-1.fc16.x86_64 (fedora-updates) Requires: httpd-mmn = 20051115-x86-64 Installed: httpd-2.2.21-1.fc16.x86_64 (@anaconda-0) httpd-mmn = 20051115 httpd-mmn = 20051115-x86-64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: installation of php package should work
performing yum remove -y httpd ... Removed: httpd.x86_64 0:2.2.21-1.fc16 Dependency Removed: BackupPC.x86_64 0:3.2.1-7.fc16 httpd-devel.x86_64 0:2.2.21-1.fc16 httpd-manual.noarch 0:2.2.21-1.fc16 mailman.x86_64 3:2.1.14-12.fc16 mod_auth_kerb.x86_64 0:5.4-7.fc15 system-config-httpd.noarch 5:1.5.5-2.fc15 and afterwards yum install -y php ... Installed: php.x86_64 0:5.3.9-1.fc16 Dependency Installed: httpd.x86_64 0:2.2.21-1.fc16 php-cli.x86_64 0:5.3.9-1.fc16 does work
Error: Package: php-5.3.9-1.fc16.x86_64 (fedora-updates) Requires: httpd-mmn = 20051115-x86-64 Installed: httpd-2.2.21-1.fc16.x86_64 (@anaconda-0) httpd-mmn = 20051115 httpd-mmn = 20051115-x86-64 I might guess this was caused by something like an rpm database issue, the correct dep is obviously there. The deps are fine in the repos, anyway.