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.