Date: Tue, 20 Feb 2001 18:43:24 +0900 From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: current@FreeBSD.org Subject: Building procedure of krb5 is broken Message-ID: <20010220184324P.matusita@jp.FreeBSD.org> In-Reply-To: <20010217190142A.matusita@jp.FreeBSD.org> References: <20010217190142A.matusita@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry if you have seen before. I've found that current 5-current is broken, since krb5 cannot compile. Here is a typical compiler message: In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5_locl.h:142, from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/gssapi_locl.h:39, from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/8003.c:34: /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:43:krb5_err.h: No such file or directory It seems that add 'CFLAGS+=-I${KRB5OBJDIR}' to src/kerberos5/lib/libgssapi/Makefile is required to fix this, since krb5_err.h is not in ${KRB5DIR}/lib/krb5. Any Kerberos5 gurus, would you please check this out? -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010220184324P.matusita>