[5925] in Kerberos
Re: Fighting with install
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Sep 25 18:48:08 1995
Date: Mon, 25 Sep 1995 18:38:01 -0400
From: Theodore Ts'o <tytso@MIT.EDU>
To: Richard Dammkoehler <Richard_Dammkoehler@msnotes.wustl.edu>
Cc: kerberos <kerberos@MIT.EDU>
In-Reply-To: Richard Dammkoehler's message of 25 Sep 95 16:22:11,
<9509252122.AA3028@msnotes.wustl.edu>
It looks like your autoconf cache got corrupted, somehow. $RANLIB
should be set either to "ranlib", if it exists on your system, or ":" if
it doesn't. (This causes the Makefile line to become ": /krb5/lib/libkrb5/a",
which is a no-op.) Somehow, RANLIB got set to the null string, which
should have never happened. Did you forcibly set RANLIB to "" somehow,
perhaps?!?
- Ted