| Summary: | Kerberos5 CFLAGS needed | ||
|---|---|---|---|
| Product: | Base System | Reporter: | ftobin <ftobin> |
| Component: | misc | Assignee: | Mark Murray <markm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->markm Over to Mr. Kerberos. State Changed From-To: open->closed The Kerberos makefiles have been fixed for a while now. |
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. 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 \ 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.