[Freeswitch-users] Radius AAA
Tihomir Culjaga
tculjaga at gmail.com
Fri Oct 15 10:56:10 PDT 2010
On Fri, Oct 15, 2010 at 7:32 PM, Michael Collins <msc at freeswitch.org> wrote:
> search to make sure that the libfreeradius-client.so.2 file exists
> somewhere on your system. If it does not then the freeradius-client install
> was not successful.
>
> -MC
>
> I was short on time .. sorry
so:
1. find your library ...
updatedb && locate libfreeradius-client.s | grep lib
by default it goes into /usr/local/lib/ but you never know.
2. create a link to the library
cd /usr/local/freeswitch/lib/
ln -sf /usr/local/lib/libfreeradius-client.so.2 libfreeradius-client.so
please make sure you input the correct path to the library in question.
when you list your freeswitch/lib/ directory, you should have something like
this:
$ ls -l /usr/local/freeswitch/lib/ | grep radius
lrwxrwxrwx 1 root root 40 Mar 7 2010 libfreeradius-client.so.2 ->
/usr/local/lib/libfreeradius-client.so.2
the link should be there.
Now you can load mod_rad_auth without any issues.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101015/d4945635/attachment.html
More information about the FreeSWITCH-users
mailing list