[3445] in testers
krb4 libraries
daemon@ATHENA.MIT.EDU (Brett David Rosen)
Tue May 12 10:53:52 1998
To: testers@MIT.EDU
Date: Tue, 12 May 1998 10:53:42 EDT
From: Brett David Rosen <bdrosen@MIT.EDU>
The release notes mention that we should use -lkrb4 -ldes425 -lkrb5 -lcrypto
to link against krb4 libraries. When I do that, I get:
Undefined first referenced
symbol in file
_et_list /usr/athena/lib/libkrb5.a(prof_err.o)
using -lkrb4 -ldes425 -lkrb5 -lcrypto -lcom_err instead fixes that
error, but I'm not sure if that is the proper thing to do.
Brett