<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;" class="">Short update:<div class="">When changing the module Makefile to</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 187, 199);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">SSL_BUILDER</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">=</span><span style="font-variant-ligatures: no-common-ligatures" class="">$(</span><span style="font-variant-ligatures: no-common-ligatures; color: #ce7924" class="">shell</span><span style="font-variant-ligatures: no-common-ligatures" class=""> \</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 187, 199);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        if pkg-config --exists libcrypto; then \</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 187, 199);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">                echo </span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">'pkg-config libcrypto'</span><span style="font-variant-ligatures: no-common-ligatures" class="">; \</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 187, 199);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        fi)</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 187, 199);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">instead of libssl</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">it compiles fine and is linked against libcrypto without throwing the error.</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Is this due to a change in Ubuntus libraries?</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Thanks,</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Christian</span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""> </span></div><div><blockquote type="cite" class=""><div class="">Am 14.08.2016 um 11:28 schrieb Christian Lox <<a href="mailto:torcolato@gmail.com" class="">torcolato@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi.<br class="">Same problem here; undefined symbol : EVP_sha1 in outbound.so<br class=""><br class="">pkg-config was available when compiled from source.  Tried installing several dev packages and so on but always the same error.<br class="">How do i link it against libssl/libcrypto?<br class=""><br class="">Thanks,<br class="">Christian</div></div></blockquote></div><br class=""></div></body></html>