On Mon, 2005-06-20 at 00:53 +0100, Timothy Murphy wrote: > I have rather similar dependency errors after "yum update" > on two machines - one with the i386 distribution and the other with x86_64 - > in each case involving libssl and libcrypto, > eg with i386 (among many similar error messages) I get > ================================================= > Error: Missing Dependency: libcrypto.so.5 is needed by package mysql-server > Error: Missing Dependency: libcrypto.so.5 is needed by package kdenetwork > Error: Missing Dependency: libssl.so.5 is needed by package samba > Error: Missing Dependency: libssl.so.5 is needed by package kdesdk > ================================================= Curious; those libraries should be provide by openssl-0.9.7f-7 $ rpm -q --provides openssl-0.9.7f-7 config(openssl) = 0.9.7f-7 libcrypto.so.5 libssl.so.5 openssl = 0.9.7f-7 > while with x86_64 I just get > ================================================= > Error: Missing Dependency: libcrypto.so.4()(64bit) is needed by package > spamassassin > Error: Missing Dependency: libssl.so.4()(64bit) is needed by package > spamassassin > ================================================= You probably need to update spamassassin to the version in Extras, which *should* be linked against the later version of openssl shipped with FC4. However, you could also resolve this by installing openssl097a to provide the older openssl library. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>