- FreeRadius 1.0.0
- Linux, x86, Fedora Core 2-based, 2.6.7
- Kerberos 5 release 1.3.3
- gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)


Making static dynamic in rlm_krb5...
gmake[6]: Entering directory `/opt/x/freeradius-1.0.0/src/modules/rlm_krb5'
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -Wall -D_GNU_SOURCE -DNDEBUG -I../../include -c rlm_krb5.c -o rlm_krb5.o
rlm_krb5.c:40:21: com_err.h: No such file or directory


------------------

 Changing the include of <com_err.h> at line 40 of
rlm_krb5/rlm_krb5.c from:

#include <com_err.h>

 to:

#include <et/com_err.h>


Allows the build to procede. I would also imagine adding

   -I /usr/include/et

 to cflags or the makefile would also work.

ron

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to