<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div>Well it is the case here. </div><div> - libcrypto.so.0.9.8 provides the SSLeay symbol.</div>
<div> - libcrypto.so.1.0.0 also provides the SSLeay symbol.</div>
<div> - but these 2 libraries are not ABI compatibles so we're not supposed to link against libcrypto.so.1.0.0 a SSLeay symbol present in a binary that was compiled against libcrypto.so.0.9.8.</div></div></blockquote>
<div><br></div><div>BTW, openssl 1.0.0 seems definitely not ABI compatible with 0.9.8 according to <a href="http://www.upstream-tracker.org/compat_reports/openssl/0.9.8x_to_1.0.0/abi_compat_report.html#Symbol_Problems_High">http://www.upstream-tracker.org/compat_reports/openssl/0.9.8x_to_1.0.0/abi_compat_report.html#Symbol_Problems_High</a></div>
<div><br></div><div>Yann</div><div> </div></div>