The kerberos libs on the box in question are 1.3.4 (out of the box from
Fedora Core 1), which should be ok. But a quick ldd on condor_status
(and all the other binaries) shows no sign of requiring any krb
libraries. I'm running the dynamically linked version, but I'm beginning
to suspect that condor has some version of kerberos statically embedded
or something. This is somewhat supported by the output of "strings
condor_submit|grep krb" containing the line
KRB5_BRAND: krb5-1-2-5-final 1.2.5 20020429
So if I had to take a punt, I'd say that Condor was statically linked
with Version 1.2.5 of the (MIT?) kerberos libraries, which means I'm out
of luck getting this working.