Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  3 Jun 2000 20:58:48 -0700 (PDT)
From:      ftobin@uiuc.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/18995: Kerberos5 INCLUDES needed for make world
Message-ID:  <20000604035848.8161137B776@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         18995
>Category:       misc
>Synopsis:       Kerberos5 INCLUDES needed for make world
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 03 21:00:02 PDT 2000
>Closed-Date:
>Last-Modified:
>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     root@haven.ncsa.uiuc.edu:/usr/src/sys/compile/HAVEN  i386
>Description:
In order to copmile Kerberos5 (heimdal) on FreeBSD 4 from a 'make world',
certain KerboersIV includes, such as krb.h, must be available,
it appears.  I presume that these includes are needed for KerberosIV
compatibility.  This problem is only apparent if one is not building
KerberosIV with Kerberos5.
>How-To-Repeat:
put MAKE_KERBEROS5=YES into /etc/make.conf.
Do NOT have MAKE_KERBEROS4=YES in /etc/make.conf
make world

The problem will appear during some portion of krb5; it will die
because it can't #include krb5.h
>Fix:
In /usr/src/kerberos5/lib/libkrb5/Makefile, add the following
to CLFLAGS:
	-I/usr/src/crypto/kerberosIV/lib/krb

Of course, edit as needed to use the proper variables so that this is
not hard-coded, although this should work on a 'normal' system which
cvsup's into /usr/src.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000604035848.8161137B776>