Olivier Beytrison wrote:
Installation failed the first time. still missing the mods-enabled. corrected through the following patch
OK, fixed a bunch of stuff... it should now be better.
Now the service start and start loading the configuration, but fails at rlm_eap. freeradius -X output below
the debian package doesn't include the libfreeradius-eap.so. maybe add it to the libfreeradius package
It should be part of a rlm_eap package, if that exists.
/etc/freeradius/mods-enabled/eap[17]: Failed to link to module 'rlm_eap': /usr/lib/freeradius/rlm_eap.so: undefined symbol: eap_wireformat /etc/freeradius/sites-enabled/default[321]: Failed to find "eap" in the
The rlm_eap library should be linked against the libfreeradius-eap library. But not every system correctly supports inter-library dependencies. I'll take a look. Alan DeKok.