[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in Heimdal 0.t with krb4



kerberos ailing <kerberos@lom.camcom.it> writes:

> The function krb_put_int is called in the
> heimdal-0.0t/appl/telnet/libtelnet/kerberos.c with 4 parameters
> instead is defined with only 3 in the krb4/include/krb-prot.h

That is because you are compiling against the `wrong' version of krb4.
Newer Heimdal expects one of the alpha snapshots. If you don't like
that you can, for now, just remove the last parameter in the calls.
Will be fixed later on.

/Johan