On Wed, 24 Aug 2005 10:05:31 -0400, Mjumbe Poe wrote: > > > ImportError: /usr/local/lib/librpmio-4.4.so: undefined symbol: > > > GSS_C_NT_HOSTBASED_SERVICE > > > [root@mjumbewu yum-cli]# > > > > Why have you got this RPM library installed in /usr/local/lib? > > > > The FC4 rpm-libs package installs it into /usr/lib/librpmio-4.4.so > > It's probably because, a while back, I installed Python2.4 from a > tarball. I've since installed from rpms. Didn't have problems with > that until now. > > The /usr/local/lib files do indeed exist: > > [root@mjumbewu updates]# ll /usr/lib/librpm* You're listing /usr/lib here, _not_ /usr/local/lib. The libraries in /usr/local/lib, which do not belong to Fedora Core, cause your problems. See top of this mail: undefined symbol!