[999] in Zephyr_Bugs
Re: Building on X.dialup
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Mar 21 13:43:51 2000
From: Marc Horowitz <marc@MIT.EDU>
To: Jesse Rabek <jesrab@MIT.EDU>
Cc: zephyr-bugs@MIT.EDU
Date: 21 Mar 2000 13:43:49 -0500
In-Reply-To: Jesse Rabek's message of "Tue, 21 Mar 2000 02:28:56 -0500"
Message-Id: <t53wvmwkvtm.fsf@horowitz.ne.mediaone.net>
Jesse Rabek <jesrab@MIT.EDU> writes:
>> I can't seem to get the zephyr utilities to build with kerberos support
>> over the x-dialup (a Sun sparc)
>>
>> I tried
>> ./configure --enable-athena --prefix=~/zstuff
>> ./configure --with-hesiod=/usr/athena --with-krb4=/usr/athena
>> --prefix=~/zstuff
>> and
>> ./configure --with-hesiod=/usr/athena --with-krb4=/ --prefix=~/zstuff
>>
>> I don't understand why it finds the hesiod libs and not the krb one even
>> when the libs resides in the same dir....
The most recent zephyr release (from 1996) only support the MIT krb4
release. The Athena release uses the krb4 compatibility libraries
from the MIT krb5 release, which zephyr does not understand.
Obviously, there is zephyr code which will work on Athena, because
Athena uses zephyr. You might have more luck with the snapshot in
<ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/snapshots>, but I don't
know how reliable this code is, either.
Marc