8 Sep
2008
8 Sep
'08
11:47 a.m.
Shashidhara S wrote:
I am getting following error while trying to run free radius server on linux machine
rlm_eap: Failed to link EAP-Type/md5: file not found
You've somehow managed to build the server without EAP-MD5 support. I have no idea how this happens. The server is loading the EAP module, so the library paths are correct. The EAP-MD5 module has no external dependencies, so it always builds. I suggest going back and reading the output of "make" and "make install" to see what's happening with the EAP-MD5 module. Alan DeKok.