[Freeswitch-users] Radius AAA

Abid Saleem abid_freeswitch at live.com
Tue Oct 19 06:26:27 PDT 2010


Dear Tihomir,
Really appreciate your help but I still get the same error. I did the following steps as below and tried to run freeswitch but same issue. Please help. Thanks.

[root at terminus mod_rad_auth]#[root at terminus mod_rad_auth]# updatedb && locate libfreeradius-client.so | grep lib/billing/installers/freeradius-client-1.1.6/lib/.libs/libfreeradius-client.so/billing/installers/freeradius-client-1.1.6/lib/.libs/libfreeradius-client.so.2/billing/installers/freeradius-client-1.1.6/lib/.libs/libfreeradius-client.so.2.0.0/usr/local/lib/libfreeradius-client.so/usr/local/lib/libfreeradius-client.so.2/usr/local/lib/libfreeradius-client.so.2.0.0[root at terminus mod_rad_auth]# cd /usr/local/freeswitch/lib/[root at terminus lib]# pwd/usr/local/freeswitch/lib[root at terminus lib]# lslibfreeswitch.a   libfreeswitch.so.1      libjs.la    libjs.so.1.0.6  libplc4.a   libplds4.solibfreeswitch.la  libfreeswitch.so.1.0.0  libjs.so    libnspr4.a      libplc4.so  pkgconfiglibfreeswitch.so  libjs.a                 libjs.so.1  libnspr4.so     libplds4.a[root at terminus lib]# ln -sf /usr/local/lib/libfreeradius-client.so.2 libfreeradius-client.so[root at terminus lib]# lslibfreeradius-client.so  libfreeswitch.so        libjs.a   libjs.so.1      libnspr4.so  libplds4.alibfreeswitch.a          libfreeswitch.so.1      libjs.la  libjs.so.1.0.6  libplc4.a    libplds4.solibfreeswitch.la         libfreeswitch.so.1.0.0  libjs.so  libnspr4.a      libplc4.so   pkgconfig[root at terminus lib]# ls -l /usr/local/freeswitch/lib/ | grep radiuslrwxrwxrwx 1 root root      40 Oct 19 18:00 libfreeradius-client.so -> /usr/local/lib/libfreeradius-client.so.2
Date: Fri, 15 Oct 2010 19:56:10 +0200
From: tculjaga at gmail.com
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Radius AAA



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.








_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101019/d7590863/attachment-0001.html 


More information about the FreeSWITCH-users mailing list