Date: Sat, 3 Jun 2000 23:23:04 -0700 (PDT) From: ftobin@uiuc.edu To: freebsd-gnats-submit@FreeBSD.org Subject: misc/18997: Kerberos5 CFLAGS needed Message-ID: <20000604062304.E26C037C8FF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18997
>Category: misc
>Synopsis: Kerberos5 CFLAGS needed
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Jun 03 23:30:00 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
>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:
>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?20000604062304.E26C037C8FF>
