I went a little back on the screen and found this. I can probably capture the whole screen if that will help.
gmake[6]: Entering directory `/usr/local/src/freeradius-1.0.1/src/modules/rlm_krb5' gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I../../include -c rlm_krb5.c -o rlm_krb5.o rlm_krb5.c:40:21: com_err.h: No such file or directory rlm_krb5.c: In function `verify_krb5_tgt': rlm_krb5.c:105: warning: passing arg 2 of `krb5_kt_read_service_key' discards qualifiers from pointer target type rlm_krb5.c: In function `krb5_auth': rlm_krb5.c:219: warning: initialization discards qualifiers from pointer target type rlm_krb5.c:305: warning: implicit declaration of function `krb5_get_in_tkt_with_password' Ron -------------------------------------------------------------------- Ron Nutter [EMAIL PROTECTED] Network Manager Information Technology Services (502)863-7002 Georgetown College Georgetown, KY 40324-1696 -------------------------------------------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: Re: Problems compiling Freeradius Hi, > I am trying to just install freeradius without any options and am > getting errors. Here is what I see at the end - > > gmake[6]: *** [rlm_krb5.o] Error 1 (snipp) That's just make passing the error that occured in some recursive call up to it's parent. The _interesting_ part would be the error message from the compiler which should be somewhere above what you quoted. Regards, Stefan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

