[2225] in Kerberos-V5-bugs
Re: krb5-beta7
daemon@ATHENA.MIT.EDU (Tom Yu)
Sun Sep 15 14:33:38 1996
Date: Sun, 15 Sep 1996 14:33:31 -0400
To: Dan Ehrle/UB Networks <Dan_Ehrle@UB.com>
Cc: krb5-bugs <krb5-bugs@MIT.EDU>
From: Tom Yu <tlyu@MIT.EDU>
In-Reply-To: <9609151754.AA2633@notes.UB.com>
>>>>> "DE" == Dan Ehrle/UB Networks <Dan_Ehrle@UB.com> writes:
DE> I have had krb5-beta6 running on a linux platform. I just
DE> tried beta7. It looks like I may be missing a file
DE> (configure.in ?). Have copied the files (*.gz) and
DE> decompressed and expanded them (tar xvf ....tar) multiple
DE> times.
configure: error: ./configure failed for export
configure: error: ./configure failed for kadmin
This is a known problem. You can either edit the export and import
directories out of the configure script, regenerate the script using
autoconf, or (easiest) rm -rf kadmin/export kadmin/import.
---Tom