MacOS X framework does not include krb5_kt_free_entry

Sam Hartman hartmans at MIT.EDU
Wed Dec 11 14:52:01 EST 2002


>>>>> "Paul" == Paul W Nelson <nelson at thursby.com> writes:

    Paul> When linking with "-framework Kerberos" get a link error
    Paul> stating: ld: Undefined symbols: _krb5_kt_free_entry

    Paul> The matching functions, krb5_kt_start_seq_get ,
    Paul> krb5_kt_next_entry and krb5_kt_end_seq_get all link and work
    Paul> OK.

Sorry for the delay.  You actually want to be calling

KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_free_keytab_entry_contents
	KRB5_PROTOTYPE((krb5_context,
		krb5_keytab_entry FAR * ));



More information about the krbdev mailing list