[Freeswitch-users] Radius/Authentication/Authorization
Mike McCauley
mikem at open.com.au
Sun Aug 7 03:48:41 MSD 2011
aekas <ak at ...> writes:
>
>
> I'm currently successfully compiled & installed mod_rad_auth, but get some
> error:
>
> 2010-11-07 23:00:52.610078 [CRIT] switch_loadable_module.c:928 Error Loading
> module /usr/local/freeswitch/mod/mod_rad_auth.so
> **/usr/local/freeswitch/mod/mod_rad_auth.so: undefined symbol: rc_conf_str**
>
> FS ver.:
> FreeSWITCH Version 1.0.head (git-46a9fa3 2010-11-06 17-14-31 -0400)
>
> OS:
> # uname -a
> Linux lambda.core 2.6.33.6-147.fc13.i686.PAE #1 SMP Tue Jul 6 22:24:44 UTC
> 2010 i686 i686 i386 GNU/Linux
>
> Some ideas?
>
> Thanks.
I saw the same problem with freeswitch 1.0.7 from latest git on Ubuntu 10
The problem is in the Makefile for mod_rad_auth
need to edit
/usr/local/src/freeswitch/src/mod/applications/mod_rad_auth/Makefile
and change
FREERADIUSLA=/usr/local/lib/libfreeradius-client.so
to
FREERADIUSLA=/usr/local/lib/libfreeradius-client.la
make; make install
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list