Hide Forgot
Description of problem: When installing mysql on Fedora 15, yum detects a conflict between the installed mysql-libs (5.5.12) (which was installed from the repositories) and the mysql-libs mysql requires (5.5.10). Downgrading the installed mysql-libs to 5.5.10 solves the issue. Version-Release number of selected component (if applicable): mysql.x86_64 0:5.5.10-2.fc15 mysql-libs.x86_64 5.5.12-1.fc15 How reproducible: Just install mysql. Steps to Reproduce: yum install mysql Actual results: yum install php httpd mysql Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit [...] Setting up Install Process Package php-5.3.6-2.fc15.x86_64 already installed and latest version Package httpd-2.2.17-10.fc15.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package mysql.x86_64 0:5.5.10-2.fc15 will be installed --> Processing Dependency: mysql-libs(x86-64) = 5.5.10-2.fc15 for package: mysql-5.5.10-2.fc15.x86_64 --> Finished Dependency Resolution Error: Package: mysql-5.5.10-2.fc15.x86_64 (fedora) Requires: mysql-libs(x86-64) = 5.5.10-2.fc15 Installed: mysql-libs-5.5.12-1.fc15.x86_64 (@updates-testing) mysql-libs(x86-64) = 5.5.12-1.fc15 Available: mysql-libs-5.5.10-2.fc15.x86_64 (fedora) mysql-libs(x86-64) = 5.5.10-2.fc15 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: Normal installation. Additional info:
As it says: Requires: mysql-libs(x86-64) = 5.5.10-2.fc15 Installed: mysql-libs-5.5.12-1.fc15.x86_64 (@updates-testing) mysql-libs(x86-64) = 5.5.12-1.fc15 ...you'd installed mysql-libs from updates-testing.