ImageMagick-5.1.1-3.i386.rpm and ImageMagick-devel-5.1.1-3.i386.rpm both require libbz2.so.0 AND libbz2.so.1 making it impossimble to properly install the packages because bzip2 only provides one of those and multiple bzip2 packages (i.e. 0.9.5x and 1.0.0) cannot be installed at once it leaves them broken. Quote from changelog: * Wed May 17 2000 Trond Eivind Glomsrxd <teg> - now compiles with bzip2 1.0 - changed buildroot to include version Guess someone just forgot to remove the dependency from spec file. The fix is simple, just remove bad dependency from spec file. -Stan Bubrouski
Fixed. The problem was a bit more complicated though, the dependence on libbz2.so.0 was implicit (generated automatically because it linked to another library using libbz2.so.0).