<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">It looks like the issue on at least a few of these is that your manually rolled 101f installs are static only. If you build those shared it should resolve the issue. Please re-test and let me know.<div><br></div><div>Thanks</div><div>Mike</div><div><br><div><div><div>On Feb 5, 2014, at 8:30 AM, Anthony Minessale <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p dir="ltr">Remember your last config log where I asked you to add -ldl? Everything was right but the test for dtls failed cos it didn't add -ldl to the compile. I suspect once you fix that it will work. Look in the <a href="http://configure.in/">configure.in</a> for that test and see if you can add -ldl to it.</p>
<div class="gmail_quote">On Feb 5, 2014 1:55 AM, "Tamas Jalsovszky" <<a href="mailto:jalsot@gmail.com">jalsot@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;">
<div dir="ltr"><div>Yes, that could be the issue.<br></div>I'm playing on ubuntu 12.04 which has:<br>ii libssl0.9.8 0.9.8o-7ubuntu3.1 SSL shared libraries<br>
ii libssl1.0.0 1.0.1-4ubuntu5.11 SSL shared libraries<br>ii libssl1.0.0:i386 1.0.1-4ubuntu5.11 SSL shared libraries<br>
<br>/lib/x86_64-linux-gnu/libssl.so.0.9.8<br>/lib/x86_64-linux-gnu/libssl.so.1.0.0<br>/lib/i386-linux-gnu/libssl.so.1.0.0<br><br>/home/tomi/freeswitch_master/openssl-1.0.1f/libssl.pc<br>/home/tomi/freeswitch_master/openssl-1.0.1f/libssl.a<br>
/home/tomi/freeswitch_master/openssl101f/lib/pkgconfig/libssl.pc<br>/home/tomi/freeswitch_master/openssl101f/lib/libssl.a<br><br>/usr/lib/x86_64-linux-gnu/pkgconfig/libssl.pc<br>/usr/lib/x86_64-linux-gnu/libssl.a<br>/usr/lib/x86_64-linux-gnu/libssl.so<br>
/usr/lib/x86_64-linux-gnu/libssl.so.0.9.8<br>/usr/lib/x86_64-linux-gnu/libssl3.so.1d<br>/usr/lib/x86_64-linux-gnu/libssl3.so<br><br>/lib/x86_64-linux-gnu/libcrypto.so.0.9.8<br>/lib/x86_64-linux-gnu/libcrypto.so.1.0.0<br>
/lib/i386-linux-gnu/libcrypto.so.1.0.0<br>
<br>/usr/lib/x86_64-linux-gnu/libcrypto.so<br>/usr/lib/x86_64-linux-gnu/libcrypto.so.0.9.8<br>/usr/lib/x86_64-linux-gnu/pkgconfig/libcrypto.pc<br>/usr/lib/x86_64-linux-gnu/libcrypto.a<br><br>/home/tomi/freeswitch_master/openssl-1.0.1f/include/openssl/ssl.h<br>
/home/tomi/freeswitch_master/openssl101f/include/openssl/ssl.h<br>/usr/include/openssl/ssl.h<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 5, 2014 at 12:54 AM, Michael Jerris <span dir="ltr"><<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;"><div style="word-wrap:break-word">it sounds to me like its finding a system version before the other one. can you let me know the other locations on your box where the following files are<div>
<br></div><div>libssl.*</div><div>libcrypto.*</div><div>openssl/ssl.h</div><div><br></div><div>also what is in your config.log comparable to the settings below from mine system</div><div><br></div><div><div>configure:23191: checking for openssl </div>
<div>configure:23195: result: yes </div><div>configure:23199: checking openssl_CFLAGS </div>
<div>configure:23202: result: </div><div>configure:23205: checking openssl_LIBS </div>
<div>configure:23208: result: -lssl -lcrypto -lz </div><div>configure:23408: checking for SSL_CTX_set_tlsext_use_srtp in -lssl </div>
<div>configure:23442: result: yes </div><div>configure:23454: checking for DTLSv1_method in -lssl </div>
<div>configure:23488: result: yes </div></div><div><div><br></div><div><br><div>
<div>On Feb 4, 2014, at 6:26 PM, Lawrence Conroy <<a href="mailto:lconroy@insensate.co.uk" target="_blank">lconroy@insensate.co.uk</a>> wrote:</div><br><blockquote type="cite"><div style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
Hi There,<br>I suspect me too.<br><br>OS X Snow Leopard (to remove any residual Mavericks questions) on a C2D MBP.<br>NB: I need openssl 101f only because of the new fS requirement so have left the existing system openssl gubbins in /usr/{bin, include,...} & intended to build 101f "off the beaten track" just for fS. I have no interest in webRTC and its webby tree-hugginess, but if 101f's a requirement ... onwards and upwards.<br>
<br>Steps:<br>grabbed fresh fS master as of a few hours ago.<br>grabbed openssl101f. built openssl to put its stuff in /usr/local/opt/openssl (i.e., /usr/local/opt/openssl/bin, /usr/local/opt/openssl/lib, /usr/local/opt/openssl/include/openssl).<br>
<br>in fS, bootstrap.sh, then .configure<br>configure reports it's added "-I/usr/local/opt/openssl/include" and "-L/usr/local/opt/openssl/lib".<br><br>However, same complaint:<span> </span><br>checking for SSL_CTX_set_tlsext_use_srtp in -lssl... no<br>
configure: error: OpenSSL >= 1.0.1e and associaed developement headers required<br><br>-------------<br>config.log sez (amongst loads else):<br>configure:23411: checking for SSL_CTX_set_tlsext_use_srtp in -lssl<br>configure:23436: gcc -o conftest -g -O2 -pipe -no-cpp-precomp -I/usr/local/opt/openssl/include -pipe -bind_at_load -L/usr/local/opt/openssl/lib conftest.c -lssl -lssl -lcrypto -lz -lncurses -ljpeg >&5<br>
Undefined symbols:<br> "_SSL_CTX_set_tlsext_use_srtp", referenced from:<br> _main in cc81KfHG.o<br>ld: symbol(s) not found<br>collect2: ld returned 1 exit status<br>-------------<br><br>So ... openssl 101f DID put its stuff in /usr/local/opt/openssl, fS appears to have added the -I and -L to look there, but no joy.<br>
<br>Hence, I *think* this is the same issue. Ideas?<br><br>all the best,<br> Lawrence<br><br><br>On 4 Feb 2014, at 19:20, Anthony Minessale wrote:<br><blockquote type="cite">You may need to put the variable declarations first and all the command<br>
line switches such as --prefix last.<br><br><br><br>On Tue, Feb 4, 2014 at 1:09 PM, Tamas Jalsovszky <<a href="mailto:jalsot@gmail.com" target="_blank">jalsot@gmail.com</a>> wrote:<br><br><blockquote type="cite">Hello,<br>
<br>I tried this: ./configure --prefix=/opt/freeswitch --enable-sse<br>CFLAGS="-I/opt/freeswitch/openssl101f/include"<br>LDFLAGS="-L/opt/freeswitch/openssl101f/lib"<br>Previously I compiled openssl as it is documented in the wiki and in this<br>
thread.<br>Unfortunately I got:<br>checking for openssl... yes<br>checking openssl_CFLAGS...<br>checking openssl_LIBS... -lssl -lcrypto<br>adding "-DHAVE_OPENSSL" to SWITCH_AM_CFLAGS<br>checking for SSL_CTX_set_tlsext_use_srtp in -lssl... yes<br>
checking for DTLSv1_method in -lssl... no<br><br>configure: error: OpenSSL >= 1.0.1e and associaed developement headers<br>required<br><br>FS git master (5228e02b19ea3d952d0c476e5aa0f1173b2083e4), Ubuntu 12.04 LTS.<br>
<br>Is there other trick to build FS master with openssl from source code?<br><br>Regards,<br>T.<br></blockquote></blockquote></div></blockquote></div></div></div></div></blockquote></div></div></blockquote></div></blockquote></div><br></div></div></body></html>