8 Sep
2014
8 Sep
'14
3:27 p.m.
Matthew Ceroni wrote:
I am building the latest 2.0 stable.
The output of building is as follows:
Making all in rlm_eap2.. /usr/bin/gmake -w -C rlm_eap2 all gmake[6]: Entering directory `/home/itroot/freeradius-server-2.2.5/src/modules/rlm_eap2' gmake[6]: Nothing to be done for `all'. gmake[6]: Leaving directory `/home/itroot/freeradius-server-2.2.5/src/modules/rlm_eap2'
So it doesn't appear to be building anything.
You can edit the Makefile. $ vi src/modules/rlm_eap2/Makefile Set the HOSTAP variable, and then do "make". Alan DeKok.