[7037] in Athena Bugs
ps2 7.1K kerberos libraries compiled wrong!!
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Feb 4 13:14:01 1991
From: epeisach@ATHENA.MIT.EDU
Date: Mon, 4 Feb 91 13:13:39 -0500
To: bugs@ATHENA.MIT.EDU
Cc: bug-ps2@ATHENA.MIT.EDU
In a compilation I was attempting I got the following: (this is on
chocalate-chip)
cc -L/usr/athena/lib -o lpr lpr.o printcap.o netsend.o common.o -L/usr/
athena/lib -lhesiod -lzephyr -lcom_err -lkrb -ldes -lbsd
undefined first referenced
symbol in file
strcasecmp /usr/athena/lib/libkrb.a
ld fatal: Symbol referencing errors. No output written to lpr
% nm /usr/athena/lib/libkrb.a | grep strcasecmp
strcasecmp | 0|extern| | | |
% nm /usr/lib/*.a | grep !$
nm /usr/lib/*.a | grep strcasecmp
% nm /lib/*.a | grep strcasecmp
% cd /usr/athena/lib
% nm -O *.a | grep strcasecmp
hesservbyname.:strcasecmp| 0|extern| | | |
getrealm.o:strcasecmp| 0|extern| | | |
nfsparttype.o:strcasecmp| 0|extern| | | |
Zinternal.o:strcasecmp| 4832|extern| | | |.text
How in hell was the system built?
It looks like an improper config for kerberos. What should developers
use to test code? Should I had around the problem or what?
-Ezra