[OpenAFS] kth-krb, openssh w. afs support on fedora core

David Botsch dwb7@ccmr.cornell.edu
Wed, 8 Oct 2003 12:33:27 -0400


Has anyone tried things out on fedora (specifically, fedora core test 
2)?

So far, the 1.2.10 tar.gz compiles w/o a hitch and openafs seems to 
load fine. Haven't stress tested it, though.

Then, moved on to trying to get openssh going w. afs token passing 
support. Ran into the can't compile in afs w/o krb4, so, went to try 
and compile kth-krb 1.2.2, which fails with:

encrypt_ktext.c: In function `encrypt_ktext':
encrypt_ktext.c:45: error: incompatible types in initialization
encrypt_ktext.c:45: error: incompatible types in initialization
encrypt_ktext.c:45: error: incompatible types in initialization
encrypt_ktext.c:45: error: incompatible type for argument 1 of `memset'
make[2]: *** [encrypt_ktext.lo] Error 1

The offending line seems to be:
memset(schedule, 0, sizeof(des_key_schedule));
  where schedule is:     des_key_schedule schedule;

Any suggestions?

Thanks!

-- 
********************************
David William Botsch
Consultant/Advisor II
CCMR Computing Facility
dwb7@ccmr.cornell.edu
********************************