<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Dear Tihomir,<div><br></div><div>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.</div><div><br></div><div><div><br></div><div>[root@terminus mod_rad_auth]#</div><div>[root@terminus mod_rad_auth]# updatedb && locate libfreeradius-client.so | grep lib</div><div>/billing/installers/freeradius-client-1.1.6/lib/.libs/libfreeradius-client.so</div><div>/billing/installers/freeradius-client-1.1.6/lib/.libs/libfreeradius-client.so.2</div><div>/billing/installers/freeradius-client-1.1.6/lib/.libs/libfreeradius-client.so.2.0.0</div><div>/usr/local/lib/libfreeradius-client.so</div><div>/usr/local/lib/libfreeradius-client.so.2</div><div>/usr/local/lib/libfreeradius-client.so.2.0.0</div><div>[root@terminus mod_rad_auth]# cd /usr/local/freeswitch/lib/</div><div>[root@terminus lib]# pwd</div><div>/usr/local/freeswitch/lib</div><div>[root@terminus lib]# ls</div><div>libfreeswitch.a libfreeswitch.so.1 libjs.la libjs.so.1.0.6 libplc4.a libplds4.so</div><div>libfreeswitch.la libfreeswitch.so.1.0.0 libjs.so libnspr4.a libplc4.so pkgconfig</div><div>libfreeswitch.so libjs.a libjs.so.1 libnspr4.so libplds4.a</div><div>[root@terminus lib]# ln -sf /usr/local/lib/libfreeradius-client.so.2 libfreeradius-client.so</div><div>[root@terminus lib]# ls</div><div>libfreeradius-client.so libfreeswitch.so libjs.a libjs.so.1 libnspr4.so libplds4.a</div><div>libfreeswitch.a libfreeswitch.so.1 libjs.la libjs.so.1.0.6 libplc4.a libplds4.so</div><div>libfreeswitch.la libfreeswitch.so.1.0.0 libjs.so libnspr4.a libplc4.so pkgconfig</div><div>[root@terminus lib]# ls -l /usr/local/freeswitch/lib/ | grep radius</div><div>lrwxrwxrwx 1 root root 40 Oct 19 18:00 libfreeradius-client.so -> /usr/local/lib/libfreeradius-client.so.2</div><br><hr id="stopSpelling">Date: Fri, 15 Oct 2010 19:56:10 +0200<br>From: tculjaga@gmail.com<br>To: freeswitch-users@lists.freeswitch.org<br>Subject: Re: [Freeswitch-users] Radius AAA<br><br><br><br><div class="ecxgmail_quote">On Fri, Oct 15, 2010 at 7:32 PM, Michael Collins <span dir="ltr"><<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>></span> wrote:<br><blockquote class="ecxgmail_quote" style="padding-left:1ex">
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.<br><font color="#888888"><br>-MC</font><div><div></div><div class="h5">
<br></div></div></blockquote></div>I was short on time .. sorry<br><br><br>so:<br><br>1. find your library ... <br><br>updatedb && locate libfreeradius-client.s | grep lib<br><br>by default it goes into /usr/local/lib/ but you never know.<br>
<br><br>2. create a link to the library<br><br>cd /usr/local/freeswitch/lib/<br><br>ln -sf /usr/local/lib/libfreeradius-client.so.2 libfreeradius-client.so<br><br>please make sure you input the correct path to the library in question.<br>
<br><br>when you list your freeswitch/lib/ directory, you should have something like this:<br><br>$ ls -l /usr/local/freeswitch/lib/ | grep radius<br>lrwxrwxrwx 1 root root 40 Mar 7 2010 libfreeradius-client.so.2 -> /usr/local/lib/libfreeradius-client.so.2<br>
<br><br>the link should be there.<br><br>Now you can load mod_rad_auth without any issues.<br><br><br><br><br><br><br>
<br>_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org</div>                                            </body>
</html>