Gordon Messmer wrote:
Artem B. Bityuckiy wrote:
open("/usr/kerberos/lib/libgssapi_krb5.so.2", O_RDONLY) = 3
That file should not exist. Determine what package owns it, and remove that package.
Also, you can remove /usr/kerberos/lib from /etc/ld.so.conf (and run ldconfig), since there's nothing in that directory any longer.
O!! Thanks a lot ! This has helped me!
Excellent.
Hmm, its strange, but package owns /usr/kerberos/lib/libgssapi_krb5.so.2
Come again? Did you mean to say that "no" package owns that file? If so, that would be expected. If no package owns the files in /usr/kerberos/lib, then remove that directory yourself.
I only have libgssapi_krb5.so.2 which is owned by krb5-libs rpm.
krb5-libs should own a file of that name, in /usr/lib/, and nowhere else.