31 May
2005
31 May
'05
1:17 p.m.
Mikko Saarinen <mikko.saarinen@radionet.com> wrote:
I'm trying to test the PEAP support, but Freeradius 1.0.2 dies when it loads and configures the tls module. In older version 0.9.3 the tls works a-ok, but it has no peap support.
Anyone have idea if this is a known problem and if there is version in which the peap runs.
It's a bug in libtldl. It can't find the libraries on your system, but it lies, and tells FreeRADIUS it can. When FreeRADIUS asks libltdl to use the libraries, it dies. Build the server statically, and it will work. Alan DeKok.