On 23 Nov 2012, at 15:53, Olivier Beytrison <olivier@heliosnet.org> wrote:
On 21.11.2012 14:52, Arran Cudbard-Bell wrote:
On 21 Nov 2012, at 13:41, Olivier Beytrison <olivier@heliosnet.org> wrote:
Oh dear. That'd be why that's happening...
I have the same output. But I can't see what you saw. Is there a "libfreeradius-eap.so" missing somewhere ?
Yep. Can't resolve the symbol because rlm_eap hasn't been linked against libfreeradius-eap.so, apparently TGT_PREREQS both adds the prerequisite as a targets *and* adds it to the linker flags, rlm_eap.mk looks fine, so i'm not sure why this is happening. Will have a look in a bit.
Hi Arran,
I just saw your commit 96c2216 from two hours ago. The error with rlm_eap is gone \o/
That's weird, I just moved its location, nothing else :s
now it's rlm_eap_tls which whine :(
rlm_eap: Failed to link EAP-Type/tls: /usr/lib/freeradius/rlm_eap_tls.so: undefined symbol: eaptls_success /etc/freeradius/mods-enabled/eap[17]: Instantiation failed for module "eap" /etc/freeradius/sites-enabled/default[321]: Failed to find "eap" in the "modules" section. /etc/freeradius/sites-enabled/default[263]: Errors parsing authenticate section.
Ok. I think that's fixed, could you pull and test? Thanks, Arran