<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">shared?<div><br><div><div>On Feb 19, 2014, at 1:03 PM, Josh Nankin &lt;<a href="mailto:jnankin@gmail.com">jnankin@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">I'm trying to build the master code base on ubuntu 11.10 to verify a bug I'm seeing on v1.2.stable.<div><br></div><div>I've installed openssl 1.0.1f using the following:</div><div><br></div><div>


<div>wget <a href="http://www.openssl.org/source/openssl-1.0.1f.tar.gz" target="_blank">http://www.openssl.org/source/openssl-1.0.1f.tar.gz</a></div><div>tar -zxvf openssl-1.0.1f.tar.gz</div><div>cd openssl-1.0.1f</div><div>

./config --prefix=/usr/openssl101f -fPIC</div>
<div>make</div><div>make install</div></div><div><br></div><div>The build goes through successfully and the files are in /user/openssl101f.</div><div><br></div><div>I then check out freeswitch from git:</div><div><br></div>


<div>git clone git://<a href="http://git.freeswitch.org/freeswitch.git" target="_blank">git.freeswitch.org/freeswitch.git</a><br></div><div><br></div><div>And then run bootstrap and configure:</div><div>cd freeswitch</div>

<div>./bootstrap.sh -j<br>
</div><div>./configure CFLAGS="-I/usr/openssl101f/include" LDFLAGS="-L/usr/openssl101f/lib"<br></div><div><br></div><div>At the end of configure I get:</div><div><div><br></div><div>checking for tgetent in -ltinfo... yes</div>


<div>checking for openssl... yes</div><div>checking openssl_CFLAGS... &nbsp;</div><div>checking openssl_LIBS... -lssl -lcrypto &nbsp;</div><div>&nbsp; adding "-DHAVE_OPENSSL" to SWITCH_AM_CFLAGS</div><div>checking for SSL_CTX_set_tlsext_use_srtp in -lssl... yes</div>


<div>checking for DTLSv1_method in -lssl... no</div><div>configure: error: OpenSSL &gt;= 1.0.1e and associaed developement headers required</div></div><div><br></div><div>I'm not sure why freeswitch isnt picking up on my latest openssl build.</div>


</div></blockquote></div><br></div></body></html>