Tommy Hann <[EMAIL PROTECTED]> wrote: > rlm_eap: Failed to link EAP-Type/md5: file not found > radiusd.conf[596]: eap: Module instantiation failed. > > radiusd works if I disable the EAP module (including MD5 and LEAP) in > radiusd.conf, but EAP is specifically what I'm trying to test. I > searched the mail list archives, but didn't find information pertaining > to this error.
EAP doesn't work well on *any* architecture, when statically linked. The issue with the MAC is that the standard libtool/dynamic linker code doesn't work, for reasons I've never been able to figure out. To fix it, you can add 'rlm_eap_md5.a' to the list of objects in src/main/Makefile, for 'radiusd'. You'll probably have to put in a full pathname, but it should work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
