[7430] in Kerberos
Re: new directory layout
daemon@ATHENA.MIT.EDU (Sam Hartman)
Sun Jun 9 19:00:10 1996
To: Dave McGuire <mcguire@rocinante.digex.net>
Cc: Tom Yu <tlyu@MIT.EDU>, kerberos@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 09 Jun 1996 18:50:47 -0400
In-Reply-To: Dave McGuire's message of Sat, 8 Jun 1996 18:17:48 -0400
>>>>> "Dave" == Dave McGuire <mcguire@rocinante.digex.net> writes:
Dave> On June 8, you wrote:
>> >>>>> "DM" == Dave McGuire <mcguire@rocinante.digex.net>
>> writes:
>>
DM> Is there any reasonable way (via configure or whatever) to
DM> override this to get the old layout?
>> conifgure --prefix=/krb5
>>
>> (or whatever prefix you want)
Dave> :) *sheepish grin*
Dave> Thanks Tom...I tried "make DESTDIR=/krb5 install" and
Dave> it...umm...well, you know what it did... :) I owe ya one...
It is a bug that krb5 doesn't support DESTDIR; it will need to
be fixed before new versions of krb5 can be included in the Athena
release.
However, make DESTDIR=/krb5 install wouldn't have worked even
were it supported.
1) The argument to DESTDIR is an alternate root; it would
install in /krb5/usr/local/bin, not /krb5/bin.
2) The binaries would look for things in /usr/local, not /krb5.
Dave> -Dave