<div dir="ltr">I&#39;m trying to build the master code base on ubuntu 11.10 to verify a bug I&#39;m seeing on v1.2.stable.<div><br></div><div>I&#39;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=&quot;-I/usr/openssl101f/include&quot; LDFLAGS=&quot;-L/usr/openssl101f/lib&quot;<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...  </div><div>checking openssl_LIBS... -lssl -lcrypto  </div><div>  adding &quot;-DHAVE_OPENSSL&quot; 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&#39;m not sure why freeswitch isnt picking up on my latest openssl build.</div>


<div><br></div></div>