symbol krb5_get_init_creds_opt_alloc
Hello ,
I'm getting errors as follows:
[itsuser@specapacdev2 ~]$ sudo net ads testjoin
net: relocation error: net: symbol krb5_get_init_creds_opt_alloc, version krb5_3 _MIT not defined in file libkrb5.so.3 with link time reference
Also getting similar for klist commands.
This is a server I have taken over and it seems like these errors are to do with Active Directory/Kerberos.
The time on the server matches my Windows machines and NTP looks to be configured correctly.
/etc/sysconfig/selinux set to SELINUX=disabled although it was set to permissive before I changed it and krb-libs have been updated.
/etc/krb5.conf, /etc/sssd/sssd.conf and /etc/samba/smb.conf look to be configured correctly compared to another server I have setup.
Any suggestions?
Responses
I think the problem is here:
libkrb5.so.3 (libc6,x86-64) => /apps/netegrity/siteminder/webagent/bin/libkrb5.so.3
I don't know what netegrity is, but it apparently overrides the path to the Kerberos libraries, and the Shared Object file it provides doesn't contain all that the "net" and "klist" commands need.
I'm not sure if there actually is a way to make "net" and "klist" work without uninstalling netegrity from the affected machine.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
