From owner-freebsd-current Wed Feb 21 5: 6:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 523C837B401; Wed, 21 Feb 2001 05:06:37 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f1LD6ZT22349; Wed, 21 Feb 2001 22:06:35 +0900 (JST) Date: Wed, 21 Feb 2001 22:06:29 +0900 Message-ID: <7m66i4kwx6.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Assar Westerlund To: Mark Murray Cc: current@FreeBSD.org Subject: Re: Building procedure of krb5 is broken In-Reply-To: <20010220184324P.matusita@jp.FreeBSD.org> References: <20010217190142A.matusita@jp.FreeBSD.org> <20010220184324P.matusita@jp.FreeBSD.org> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Wed_Feb_21_22:06:29_2001-1" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --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 // IMG SRC, Inc. // 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