On Mon, 2005-05-23 at 09:40 -0700, Chuck Forsberg WA7KGX wrote: > yum update fails with an unresolved reference to libjawt.so.6 > > up2date hangs while downloading headers to resolve dependencies Find out where the problematic dependency is coming from: [root@weasel ~]# rpm -q --whatprovides libjawt.so.6 libgcj-4.0.0-7 ...and exclude that from the update set: [root@weasel ~]# yum --exclude=libgcj update - Panu -