[756] in SIPB_Linux_Development
More on Kerberos and telnet
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Tue Oct 18 14:23:30 1994
Date: Tue, 18 Oct 1994 14:23:14 +0500
From: "Mark W. Eichin" <eichin@MIT.EDU>
To: ghudson@MIT.EDU
Cc: linux-dev@MIT.EDU, ericding@MIT.EDU
In-Reply-To: ghudson@MIT.EDU's message of Mon, 17 Oct 94 10:50:34 -0400 <9410171450.AA01575@glacier.mit.edu>
As linux releases change... The fix for this one is simple: just add
the line
LEXLIB=-lfl
to config/mt-linux (or it might need to be -ll, check what your
installation actually has.) That fixes the problem correctly and
quietly.
_Mark_ <eichin@athena.mit.edu>
MIT Student Information Processing Board
Cygnus Support <eichin@cygnus.com>
SUB: More on Kerberos and telnet
SUM: ghudson->linux-dev, ericding
There's already code for this in the Cygnus Kerberos, but it's
conditionalized on DO_REVERSE_RESOLVE. I modified config/ms-athena in
/afs/sipb/project/sipb-athena/kerberos to define this, and started
rebuilding Kerberos in /usr/athena/build/kerberos on quiche, but it
bombs out in util/et with:
gcc -O6 -I. -I../../include -I./../../include -I. -DBSD42 -DATHENA -DKERBEROS -DVFS -DHAVE_VSPRINTF -DHAS_STRDUP -DWAIT_USES_INT -DNO_YYLINENO -DPOSIX -DUSE_UNISTD_H -DHIDE_RUSEROK -DNO_FSYNC -DNO_SIGCONTEXT -DNOTTYENT -DNO_LASTLOG -DNDBM -DHOST_BYTE_ORDER=LSB_FIRST -DHESIOD -I/usr/athena/include -DDO_REVERSE_RESOLVE -o compile_et compile_et.o error_table.o -lbsd
error_table.o: Undefined symbol _yywrap referenced from text segment
error_table.o: Undefined symbol _yywrap referenced from text segment
make[1]: *** [compile_et] Error 1
make[1]: Leaving directory `/usr/athena/build/kerberos/util/et'
make: *** [all] Error 1
I'll see if I can work this out or bother Mark about it later today.