[980] in Zephyr_Bugs
build problem on NetBSD/sparc
daemon@ATHENA.MIT.EDU (David Wiggins)
Tue Dec 7 16:48:24 1999
Message-Id: <199912072148.QAA01636@elektra.bbn.com>
To: zephyr-bugs@MIT.EDU
Date: Tue, 07 Dec 1999 16:48:17 -0500
From: David Wiggins <dwiggins@bbn.com>
Compiling zephyr 2.0 ($Revision: 3.24 $) on NetBSD 1.4.1 (GENERIC) sparc:
1. The customary location for ss.h on NetBSD is /usr/include/kerberosIV/ss.h .
Thus, zctl's #include <ss/ss.h> fails, and can't be fixed with the --with-ss
option. I bashed zctl.c to #include <kerberosIV/ss.h> (hack suggested by
Matt Fredette).
2. (less serious) With NetBSD, readline is an optional package that
installs in /usr/pkg/lib. Had to export LDFLAGS="-L/usr/pkg/lib" to
get zctl to link.
3. (even less serious) The --enable-athena option described in NOTES
doesn't seem to exist.