Kerberos 1.3.6 works, so I went with that. Thanks for the reply. Jason Brown
Donn Cave <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] Friday, 08/26/2005 03:48 PM To [email protected] cc Subject Re: kinit coredump In article <[EMAIL PROTECTED] om>, [EMAIL PROTECTED] (Jason Brown) wrote: > I am having a problem with kinit on AIX 4.3.3. I have compiled the > Kerberos 1.4.2 distro with IBM C compiler (Version 5) ... gcc 3.4.3 fails > because it cannot find threading support. Used both gnu make, and IBM > make. > When I run kinit to test the install I get "Illegal Instruction, > (coredump)". Any ideas ? You have to find each configure file and, where it has *-*-aix5*) , change that to *-*-aix*) Re-run configure, and make. If it's still happening, something went wrong - maybe old configuration, maybe missed a configure file. IBM's implementation of some DNS functions uses a different size state struct than the include files define, which guarantees memory corruption when you try to use these functions. The configure script forestalls this on AIX 5, should also do so on AIX 4. Donn Cave, [EMAIL PROTECTED] ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
