Freeradius 2.1.12 with EAP-FAST compilation issues
Alan DeKok
aland at deployingradius.com
Wed Sep 5 08:57:31 CEST 2012
Swaraj wrote:
> I was using freeradius-server 2.1.12 without any issues till now, but
> now i wanted to use EAP-FAST in freeradius server. So i started
> compiling rlm_eap2 module, but i got lot of errors releated to
> libeap.so. Some how i fixed all issues related to liaeap.so with
> hostapd. Currently i'm stuck with these kind of errors am unable to
> proceed further. I require some help to resolve these.
>
> I used
> ./configure --with-experimental-modules --with-rlm_eap2 LIBS="-ldl"
> make
The module doesn't use configure. You need to edit the
rlm_eap2/Makefile to get it to build.
So... what did you do?
> gcc -o .libs/rlm_eap2 .libs/rlm_eap2.o rlm_eap2.c
That's wrong. Something screwed up the build.
So... what did you change in the Makefile?
Alan DeKok.
More information about the Freeradius-Devel
mailing list