<div dir="ltr"><div><div>Hello,<br><br></div>I compiled latest FS master branch (7bc92a11) on Ubuntu Lucid x64 with openssl-1.0.1g. Based on this thread:<br><br><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2014-February/102724.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2014-February/102724.html</a><br>
<br>wget <a href="http://www.openssl.org/source/openssl-1.0.1g.tar.gz" target="_blank">http://www.openssl.org/source/openssl-1.0.1g.tar.gz</a><br>tar -zxvf openssl-1.0.1g.tar.gz<br>cd openssl-1.0.1g<br>./config --prefix=/usr/local/openssl101g -fPIC<br>
make<br>make install<br></div><div>ln -s /usr/local/openssl101g /usr/local/openssl<br></div><div><br></div><div>And then compile FS with:<br><br>./configure --enable-sse MOD_CFLAGS="-g -ggdb3" CFLAGS="-I/usr/local/openssl/include" LDFLAGS="-L/usr/local/openssl/lib"<br>
</div><div>make<br>make install<br></div><div><br></div><div>Compile
and install were successful. But when I try to start freeswitch, I get
segmentation fault when loading mod_sofia. I'm not advanced debugger,
when I run gdb:<br>
</div><div><br>Program terminated with signal 11, Segmentation fault.<br>#0 0x00007f89b0e876b8 in ssl_cipher_strength_sort () from /usr/local/lib/libfreeswitch.so.1<br><br></div><div>Have you got any idea what's the wrong?<br>
<br>If I follow these steps on Ubuntu Precise that is works and no sig11.<br><br></div><div>Thank you!<br><span class=""><font color="#888888"><span><font color="#888888">-- <br clear="all"><div><div><div dir="ltr"><p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt">
<span style="vertical-align:baseline;font-variant:normal;color:rgb(34,34,34);font-style:normal;font-size:13px;text-decoration:none;font-family:Arial;font-weight:normal">Best regards,</span></p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt"><span style="vertical-align:baseline;font-variant:normal;color:rgb(227,36,7);font-style:normal;font-size:15px;text-decoration:none;font-family:Arial;font-weight:bold">Mihály Árva-Tóth<br>
</span></p><p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt"><span style="vertical-align:baseline;font-variant:normal;color:rgb(34,34,34);font-style:normal;font-size:12px;text-decoration:none;font-family:Arial;font-weight:normal">System Engineer</span><span style="vertical-align:baseline;font-variant:normal;color:rgb(34,34,34);font-style:normal;font-size:11px;text-decoration:none;font-family:Arial;font-weight:normal"><br>
</span></p></div></div>
</div></font></span></font></span><br></div></div>