[7937] in Kerberos
Re: Kerberos V5 BETA 7 is released
daemon@ATHENA.MIT.EDU (Tom Yu)
Thu Sep 12 01:24:17 1996
Date: Thu, 12 Sep 1996 01:12:18 -0400
To: Low Lay Hua <layhua@staff.singnet.com.sg>
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, kerberos@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
In-Reply-To: <Pine.OSF.3.93.960912124042.14281L-100000@singapura.singnet.com.sg>
>>>>> "LLH" == Low Lay Hua <layhua@staff.singnet.com.sg> writes:
LLH> Hi Theodore, When I run ./configure for beta, I got the
LLH> following errors.
configuring in export
running /bin/sh ./configure --cache-file=../.././config.cache --srcdir=.
configure: error: can not find sources in .
configure: error: ./configure failed for export
configure: error: ./configure failed for kadmin
LLH> Please advise.
It appears that the configure scripts were not regenerated when a
directory was removed from the tree. You should edit the configure
script in the src/kadmin directory so that the "subdirs=" line does
not contain the names "export" and "import", as those directories are
not in the distribution.
Alternatively, if you're feeling adventurous, you can configure the
src/util/autoconf directory and regenerate the configure script
yourself by running the util/reconf script from the src directory.
Explanation: basically, src/kadmin/confiugre.in was updated to reflect
the removal of some directories, but corresponding configure script
was not regenerated.
Hope this helps.
---Tom