<div dir="ltr"><div>thank you all for this quick response.. i'll try to move to version 3<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 16, 2014 at 4:03 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Rani Ahmed wrote:<br>
> I did build from tar.gz file,  OpenSSL 1.0.1*g *and installed it on<br>
> /usr/local/ . This is the default --prefix in the ./config of OpenSSL<br>
> I built freeradius using the following configure command :<br>
><br>
> ./configure --with-openssl-includes=/usr/local/ssl<br>
> --with-openssl-libraries=/usr/local/ssl/lib<br>
<br>
  That should generally work.<br>
<br>
> Also, I did tell ldconfig in /etc/ld.so.conf about the path "/usr/local/ssl/lib" just to make freeradius use OpenSSL 1.0.1g , I still get it from /usr/lib instead..<br>
><br>
> So how should I exactly link it to 1.0.1g?<br>
<br>
  In version 2.2, you don't.  Sorry.  The reason is libtool.  We use<br>
libtool as a cross-platform linker.  However... it decides randomly to<br>
re-write link targets, based on it's own bizarre ideas about what to do.<br>
<br>
  In version 3, we've gotten rid of libtool.  As a result, your scenario<br>
works there.  I use it that way every day.<br>
<span class="HOEnZb"><font color="#888888"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></span></blockquote></div><br></div>