It is very probable that you did not get the libradiusclient linked to
auth.so. If you compile this module in the module directory e.g.
sip_router/modules/radius_auth the gcc option "-lradiusclient" will be
missing. So you have to modify the makefile yourself or you should just
compile the module from the main directory e.g. sip_router with "make
modules=modules/radius_auth install".
I use CVS 0.8.11 pre 24 and radius works fine.
Best regards
yang
From: "Kelvin Chua" <kchua(a)up.edu.ph>
hi guys,
i'm trying to enable authentication through radius/ldap.=20
i'm still using 0.8.10 and having errors on this:
May 21 14:54:34 voip ser: ERROR: load_module: could not open module =
</usr/local/lib/ser/modules/auth.so>: =
/usr/local/lib/ser/modules/auth.so: undefined symbol: rc_avpair_add=20
i confirmed radiusclient to be functioning by using radlogin and =
authentication works. i can't find the source code containing the =
function, hope somebody could help me out on this.... thanks
by the way, when's 0.8.11 coming out?