[1595] in Kerberos-V5-bugs
Re: Kerberos 5 beta 5 installation bug
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Aug 10 18:47:11 1995
Date: Thu, 10 Aug 1995 18:46:58 -0400
From: Theodore Ts'o <tytso@MIT.EDU>
To: Dejan Vucinic <dejan@mit1.fnal.gov>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: Dejan Vucinic's message of Thu, 10 Aug 1995 17:30:03 -0500,
<199508102230.WAA22029@mit1.fnal.gov>
Date: Thu, 10 Aug 1995 17:30:03 -0500
From: Dejan Vucinic <dejan@mit1.fnal.gov>
Kerberos V5 beta 5 doesn't install properly. In two places in the tree
there are makefiles refering to ../../config directory that is actually
in ../config and ../../../config. One is appl/sample/sclient, and the
other one I don't remember. I ended up making links from appl/config
to config and from ../config to config (relative to src/).
Thanks; yes we know about this one. It appears to be an autoconf bug
which occurs when you don't have the "install" program installed in your
system in /usr/bin or /usr/local/bin or someplace like that. I'm
looking into what the proper fix should be. In the meantime, a
workaround is to copy the install script to /usr/local/bin.
Hope this helps!!
- Ted