Date: Wed, 21 Feb 2001 22:06:29 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Mark Murray <markm@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: Building procedure of krb5 is broken Message-ID: <7m66i4kwx6.wl@waterblue.imgsrc.co.jp> In-Reply-To: <20010220184324P.matusita@jp.FreeBSD.org> References: <20010217190142A.matusita@jp.FreeBSD.org> <20010220184324P.matusita@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Multipart_Wed_Feb_21_22:06:29_2001-1 Content-Type: text/plain; charset=US-ASCII At 20 Feb 2001 09:44:01 GMT, Makoto MATSUSHITA wrote: > 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. In my environment, buildworld was finished with attached patch. I don't know KRB4 should be defined in this file or not. But in crypto/heimdal/kdc/headers.h, krb.h (this file is not exist in heimdal distribution) is included if KRB4 is defined. So if MAKE_KERBEROS5=YES is set in /etc/make.conf, buildworld is failed because krb.h is not found. Any ideas? -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project --Multipart_Wed_Feb_21_22:06:29_2001-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="krb.diff" Content-Transfer-Encoding: 7bit Index: config.h =================================================================== RCS file: /home/ncvs/src/kerberos5/include/config.h,v retrieving revision 1.4 diff -u -r1.4 config.h --- config.h 2001/02/13 16:56:46 1.4 +++ config.h 2001/02/21 06:17:31 @@ -1008,7 +1008,7 @@ /* #undef KASERVER_DB */ /* Define if you have the krb4 package. */ -#define KRB4 1 +/* #define KRB4 1 */ /* Enable Kerberos 5 support in applications. */ #define KRB5 1 --Multipart_Wed_Feb_21_22:06:29_2001-1-- 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?7m66i4kwx6.wl>