Hey,

In trying to build 1.4.1 on RHEL3 it appears the checks for
krb5/krb524 libraries are insufficient.   RHEL3 ships mit krb5
1.2.7, which has a separate krb524 library.  I had a fix for
the krb5 migration kit that would test whether the krb524 functions
are in the standard krb5 libraries and, if not, attempt to add -lkrb524
and see if it worked.  Should I create a patch to openafs that
performs a similar series of tests?

The actual error I'm getting:

aklog_main.c:207:2: #error "You must have one of krb5_524_convert_creds or 
krb524_convert_creds_kdc available"
make[3]: *** [aklog_main.o] Error 1

I know that krb524_convert_creds_kdc exists in -lkrb524 on this platform:

[EMAIL PROTECTED] SPECS]# nm /usr/kerberos/lib/libkrb524.a | grep convert
00000000 T krb524_convert_creds_kdc
00000110 T krb524_convert_creds_plain
         U krb524_convert_princs
00000000 T krb524_convert_princs
         U krb524_convert_princs
00000000 T krb524_convert_tkt_skey

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to