hazed@xs4all.nl wrote:
I'm trying to get Freeradius 1.1.0 running on a Debian Sarge box. I compiled and built the deb packages from the tarball according to the FAQ instructions.
[...]
rlm_eap: Failed to link EAP-Type/peap: rlm_eap_peap.so: cannot open shared object file: No such file or directory
It's a known problem. Nobody has managed to build the modules rlm_eap_peap and rlm_eap_ttls on Debian. See bug #335890 on the Debian BTS.
The problem should be fixed in the next release. (version 1.1.1) You can get a pre-version in branch_1_1 of the CVS, and rebuild FreeRADIUS with dpkg-buildpackage. $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source login CVS password: anoncvs $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout -r branch_1_1 radiusd -- Nicolas Baradakis