Date: | Mon, 20 Aug 2007 10:45:31 -0700 (PDT) |
From: | Brian Kantor <brian@karoshi.ucsd.edu> |
To: | krb5-bugs@mit.edu |
Subject: | compilation problem krb5-1.6.2 on FreeBSD 6.1-RELEASE - missing subroutine |
Missing subroutine: krb5_db_set_name()
krb5-1.6.2/src/kdc/do_as_req.c line 488
and
krb5-1.6.2/src/kadmin/dbutil/loadv4.c line 259
both refer to a non-existent subroutine
krb5_db_set_name()
in kdc/do_as_req.c this is only encountered if KRBCONF_KDC_MODIFIES_KDB
is defined (as a result of configure --with-kdc-kdb-update).
src/kadmin/dbutil/loadv4.c isn't even in the Makefile,
so no attempt is make to compile it.
- Brian
krb5-1.6.2/src/kdc/do_as_req.c line 488
and
krb5-1.6.2/src/kadmin/dbutil/loadv4.c line 259
both refer to a non-existent subroutine
krb5_db_set_name()
in kdc/do_as_req.c this is only encountered if KRBCONF_KDC_MODIFIES_KDB
is defined (as a result of configure --with-kdc-kdb-update).
src/kadmin/dbutil/loadv4.c isn't even in the Makefile,
so no attempt is make to compile it.
- Brian