Nate: That seems to have fixed it for me as well. I was able to make and make install. The final indication that things seemed to be ok was when I could type radiusd -X and saw the final line saying server ready to process requests. Now that I am at this stage. Hope that I am using the right terminology here - I am trying to put up a 802.1x system that requires no additional client software on the users laptop/desktop other than a digital certificate. Since I am at a college, requiring students to have additional software on their computer is a sticky problem. Found an article on www.sysadminmag.com May 2004 issue that I hope will get me to that point. If anyone knows of another option, I am open to suggestions.
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 Nate M Sent: Tuesday, October 26, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: RE: Problems compiling Freeradius Try: ln -s /usr/include/et/com_err.h /usr/include/com_err.h I had the same issue, that fixed it. - Nathan Miller > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:freeradius- > [EMAIL PROTECTED] On Behalf Of Ronald I. Nutter > Sent: Tuesday, October 26, 2004 12:16 PM > To: [EMAIL PROTECTED] > Subject: RE: Problems compiling Freeradius > > 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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

