hi guys,
i'm trying to enable authentication through radius/ldap. 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
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?
On May 21, 2003 at 14:43, Kelvin Chua kchua@up.edu.ph wrote:
hi guys,
i'm trying to enable authentication through radius/ldap. 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
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
Please send the output of:
ldd /usr/local/lib/ser/modules/auth.so
sbin/ldconfig -p|grep radius
nm -D /usr/lib/libradiusclient.so|grep rc_avpair_add
by the way, when's 0.8.11 coming out?
Soon :-) It's in testing (the current cvs is frozen), probably we will have a new release in 1 month.
Andrei