>> Description: > I built the new 1.4 release on AIX 5.1 with the configuration: > > ./configure --prefix=/krb5 --localstatedir=/var/krb5 \ > --without-krb4 --without-tcl \ > CFLAGS="-g -qmaxmem=-1" > > kadmind and krb5kdc start fine. When I try to do a kinit, > the program dies with "Illegal instruction". A dbx of the > core file shows that apparently kinit is trying to execute > code at address 0x0. We don't have an AIX 5.1 system to test on. Can you get any idea of where it's making this call from? A stack trace with line numbers would probably be helpful. Ken