krb5 1.4 on AIX 5.1 Illegal Instruction

Donn Cave donn at u.washington.edu
Mon Jun 27 14:13:40 EDT 2005


In article <ntg7f2-m6c.ln1 at someplace.com>,
 Donald Thompson <dlt_spamcatch at lunanet.biz> wrote:

> I'm getting an 'Illegal Instruction' when I try to kinit using krb5 1.4 on 
> AIX 5.1. I've tried compiling
> using both the IBM XL C Compiler, as well as gcc 3.3 with the same result. 
> I've had no problems compiling
> and using krb5 1.3 versions. Anyone know if theres a fix for this?
> 
> -Don

In case anyone is still set back by this one, I tracked
it to res_nsearch.  On our AIX platforms (I was looking
at 5.2, but 4.3 looks the same) this function overwrites
a much larger area than the declared size of its input
struct __res_state.  I don't know if this would be true
for everyone, or if it's a patch my hosts happen to have.
SRV lookups work better if the configure scripts don't find
res_nsearch.

Also, AIX 5 defines AI_NUMERICSERV, which has implications
for MIT's getaddrinfo wrapper.

   Donn Cave, donn at u.washington.edu


More information about the Kerberos mailing list