> rlm_krb5.c:40:21: com_err.h: No such file or directory Kerberos is in directory /usr/kerberos/. There is lib and include directory. In include directory you can find com_err.h file. But gcc is searching /usr/include.
I solve this problem with linking each header (*.h) from /usr/kerberos/include/ to /usr/include/. Another chance is inserting -I/usr/kerberos/include to the options in Makefile. -- Bc. Jan 'EIS' Satko Slovak University of Agriculture network & system manager Tr. A. Hlinku 2 Tel: +421 37 7412 616 949 76 Nitra Slovakia - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

