[4305] in Kerberos
Re: Linux box as kerberos server
daemon@ATHENA.MIT.EDU (Brian Mancuso)
Fri Dec 9 19:45:13 1994
To: kerberos@MIT.EDU
Date: 10 Dec 1994 00:17:25 GMT
From: brianm@csa.bu.edu (Brian Mancuso)
I wrote:
: Yup. I've compiled kerberos5 on linux.
David Simmons (simmons@EE.MsState.Edu) then wrote:
: Was there anything special you had to do to it? I was trying V5, beta 4,
: with the autoconf stuff. For some reason, it didn't create the proper
: include files in src/include/ss/. Also, things like:
: std_rqs.c:2: parse error before `ssu00001'
This thoroughly obfuscated error is the result of a rather trivial
assumption on the part of autoconf, that 'sed' is located in '/bin'.
If you 'make clean' and 'cp /usr/bin/sed /bin' then this error should
disappear.
There is an incompatibility with the linux-libc-4.6.20 version of
stdlib.h; I had to comment out a portion of it to get some of the
modules to compile.
Additionally, some of the Makefiles are generated incorrectly; for some
reason towards the later part of the build autoconf omits the -ldbm
option the 'LIBS=' definition.
Note: I was kindof impatient to get this thing compiled, and as a
result I slipped into the bad habit of neither to updating
ChangeLogs or maintaining any form of version control; oh well :)
If anybody would like to see my sources, however, (I don't think they
should be any different then the changes outlined above), I can make
them available if you email me.
I have placed the binaries that resulted from the build in
ftp://spiff.gnu.ai.mit.edu/tmp/brian/krb5.tar.gz
That machine can be kindof slow, though, and often crashes for
lack of virtual memory. If anybody would like them in a better
location, tell me about it.
Brian Mancuso
| "Computation is the art of carefully throwing away information." |
| Boston University Computer Science Dept. |
| Tel: 617.352.8685 Net: brianm@cs.bu.edu |
| Pgp Public Key Avail. Member of the LPF. |