On 21 Nov 2012, at 13:41, Olivier Beytrison <olivier@heliosnet.org> wrote:
There's also some conflict because mods-available/sql* are both present in package freeradius and freeradius-mysql. Should we not rather select files independently in ${raddbdir}/mods-available/ in place of taking everything (*) for the freeradius package ?
I think there should probably be a package for rlm_sql, and then individual packages for the SQL drivers.
Would be nice indeed. Something to throw in the todo list ;) Or I might do it if I find enough time. I just need to learn how to add a new package :p
It's not too hard. I'll have a look at it today.
That would be nice. If you need help to test, just ask :)
Ok :)
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. -Arran