Problems running kinit on HP-UX 11.00, 11i

Ken Raeburn raeburn at MIT.EDU
Thu May 12 16:51:22 EDT 2005


On May 12, 2005, at 14:20, Albert Chin wrote:
> I built krb5-1.4.1 on HP-UX with CC=cc CFLAGS="-g -Ae +DAportable".
> Running kinit gives the following:
>   $ kinit
>   Assertion failed: i->did_run != 0, file ../../include/k5-platform.h, 
> line 232
>   Abort(coredump)

This indicates that the k5_once macro isn't doing its job correctly.  
One possible reason might be if the native C library provides a stub 
for pthread_once that never calls the indicated function.  Could you 
check on that and let me know?

Ken



More information about the Kerberos mailing list