From nobody@FreeBSD.ORG  Sat Jun  3 23:23:04 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id E26C037C8FF; Sat,  3 Jun 2000 23:23:04 -0700 (PDT)
Message-Id: <20000604062304.E26C037C8FF@hub.freebsd.org>
Date: Sat,  3 Jun 2000 23:23:04 -0700 (PDT)
From: ftobin@uiuc.edu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Kerberos5 CFLAGS needed
X-Send-Pr-Version: www-1.0

>Number:         18997
>Category:       misc
>Synopsis:       Kerberos5 CFLAGS needed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    markm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 03 23:30:00 PDT 2000
>Closed-Date:    Sat Sep 17 17:48:32 GMT 2005
>Last-Modified:  Sat Sep 17 17:48:32 GMT 2005
>Originator:     Frank Tobin
>Release:        4.0
>Organization:
>Environment:
FreeBSD haven.ncsa.uiuc.edu 4.0-STABLE FreeBSD 4.0-STABLE #2: Wed May 31 20:44:18 CDT 2000
>Description:
Additional CLAGS are needed to copmile Kerberos5 from a 'make world'
for the programs kdestroy, kinit, and klist.  A file that is being
looked for, kafs.h, is not in the paths for #including.	
>How-To-Repeat:
echo MAKE_KERBEROS5=YES >> /etc/make.conf
cd /usr/src
make world

It will fail after a while of getting into the Kerberos5 stuff, dying
saying it can't find kafs.h.
>Fix:
The following files:

/usr/src/kerberos5/usr.bin/k5destroy/Makefile
/usr/src/kerberos5/usr.bin/k5init/Makefile
/usr/src/kerberos5/usr.bin/k5list/Makefile

need to have the following added to their CFLAGS+=
	-I${KRB5DIR}/lib/kafs \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->markm 
Responsible-Changed-By: asmodai 
Responsible-Changed-When: Tue Jun 6 02:32:37 PDT 2000 
Responsible-Changed-Why:  
Over to Mr. Kerberos. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18997 
State-Changed-From-To: open->closed 
State-Changed-By: rodrigc 
State-Changed-When: Sat Sep 17 17:48:12 GMT 2005 
State-Changed-Why:  
The Kerberos makefiles have been fixed for a while now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18997 
>Unformatted:
