<br><br><div class="gmail_quote">On Fri, Oct 15, 2010 at 7:32 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); 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 &amp;&amp; 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 -&gt; /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>