but anyway, it shouldn't really matter...
If I go into mods-enabled/eap and comment out md5 then The message
apears for the next method defined and so on. Looking in /usr/local/lib/
however I can see,
I suspect there's another issue. What does the *rest* of the debug
output say?
Well that message is not related to dlopen or any library loading, it seems
like maybe it hasn't picked up the dictionaries, or is using an old version
of them... Check your freeradius.internal file for EAP-Type and that it has
an enum value for tls.
Here's the relevant code:
method = eap_name2type(name);
if (method == PW_EAP_INVALID) {
cf_log_err_cs(cs, "Unknown EAP method %s", name);
return -1;
}