[1838] in Kerberos-V5-bugs
Kerberos: Linux
daemon@ATHENA.MIT.EDU (Laszlo Vecsey)
Mon Mar 18 15:47:03 1996
Date: Mon, 18 Mar 1996 15:46:40 -0500 (EST)
From: Laszlo Vecsey <master@internexus.net>
To: krb5-bugs@MIT.EDU
I'm running libc 5.2.18, gcc 2.7.2, ldd 1.7.14 etc on Linux. I run
configure, and during make I get the following errors. The main reason I
am trying to compile this is because I want to get zephyr 2.0.2 to work
on my system, and I believe I need kerberos to have it act as a server.
Specifically, I get a "No servers?!?" error through syslog when running
/usr/local/sbin/zephyrd. In this bug report I am simply trying to
compile kerberos (zephyr compiles clean) Thanks for your time.
cc -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1
-DPOSIX_TYPES=1 -I./../../../include -I../../../include
-I./../../../include/krb5 -I../../../include/krb5 -I./../../../include
-I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c
an_to_ln.c -o an_to_ln.o
an_to_ln.c: In function `dbm_an_to_ln':
an_to_ln.c:88: `datum' undeclared (first use this function)
an_to_ln.c:88: (Each undeclared identifier is reported only once
an_to_ln.c:88: for each function it appears in.)
an_to_ln.c:88: parse error before `key'
an_to_ln.c:93: `key' undeclared (first use this function)
an_to_ln.c:103: `contents' undeclared (first use this function)
make[3]: *** [an_to_ln.o] Error 1
make[3]: Leaving directory `/usr/src/kerberos/src/lib/krb5/os'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/usr/src/kerberos/src/lib/krb5'
make[1]: *** [all-unix-subdirs] Error 1
make[1]: Leaving directory `/usr/src/kerberos/src/lib'
make: *** [all] Error 1