[2586] in Kerberos-V5-bugs
krb5-libs/302: Bad library name in krb5_16.def
daemon@ATHENA.MIT.EDU (tytso@MIT.EDU)
Wed Dec 18 14:43:07 1996
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: krb5-unassigned@RT-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, tytso@MIT.EDU
Date: Wed, 18 Dec 1996 14:40:20 -0500
From: tytso@MIT.EDU
Reply-To: tytso@MIT.EDU
To: krb5-bugs@MIT.EDU
>Number: 302
>Category: krb5-libs
>Synopsis: Bad library name in krb5_16.def
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Dec 18 14:41:01 EST 1996
>Last-Modified:
>Originator: Theodore Y. Ts'o
>Organization:
mit
>Release: 1.0
>Environment:
>Description:
The krb5_16.def file still states (incorrectly) that the library name
is LIBKRB5.DLL. This causes the programs linked with the libkrb5.lib to
look for the wrong library.
>How-To-Repeat:
>Fix:
Fix is simple:
RCS file: /mit/krb5/.cvsroot/src/lib/krb5_16.def,v
retrieving revision 1.2
diff -u -r1.2 krb5_16.def
--- krb5_16.def 1996/12/13 19:20:12 1.2
+++ krb5_16.def 1996/12/18 19:25:17
@@ -1,8 +1,8 @@
;----------------------------------------------------
-; LIBKRB5.DEF - LIBKRB5.DLL module definition file
+; KRB5_16.DEF - KRB5_16.DLL module definition file
;----------------------------------------------------
-LIBRARY LIBKRB5
+LIBRARY KRB5_16
DESCRIPTION 'DLL for Kerberos 5'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
>Audit-Trail:
>Unformatted: