# yum update ... Error: Missing Dependency: librpcsecgss.so.1 is needed by package nfs-utils Error: Missing Dependency: libgssapi.so.1 is needed by package nfs-utils
but, as an example, while the actual file is there:
lrwxrwxrwx 1 root root 18 Apr 8 13:44 /usr/lib/libgssapi.so.1 -> libgssapi.so.1.0.0 -rwxr-xr-x 1 root root 30896 Feb 11 19:40 /usr/lib/libgssapi.so.1.0.0
it's part of an earlier-versioned package:
# rpm -qf /usr/lib/libgssapi.so.1.0.0 libgssapi-0.7-2.1
which i assume is what's causing the problem. so what's the proper solution?
rday