Hi Alan, To clarify: We downloaded the freeradius version 2.1.12, unzipped it. Then we made some changes for SIM support (rlm_sim). Compiled it and it was working fine for EAP-SIM -- but it was giving errors for all other EAP methods with the error: “NAK asked for unsupported type PEAP (or TLS, or TTLS) So we installed these libraries to get those other EAP methods working:
sudo apt-get install libssl0.9.8 sudo apt-get install libssl-dev Then we recompiled the freeradius after installing these.
Then the radius hangs now. Thanks Sid On Sat, Jan 9, 2016 at 1:31 AM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk> wrote:
You said it was running fine before you installed those packages. Now you say you need those packages for it to run - did you compile from source? If so it would have been compiled without ssl support.... or was it compiled on a different system and copied over? In which case a mismatch of libraries now occurs - recompile
alan