<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello,</p>
    <p>thanks for the feedback on how you solved it!</p>
    <p>Looking at the Makefile for the module, I think it needs a
      combination of checking with pkg-config for libssl and libcrypto
      to cover the use on old distros.</p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 14/08/16 11:40, Christian Lox wrote:<br>
    </div>
    <blockquote
      cite="mid:4C78E217-0C6B-40DC-BAE0-ACC174593863@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      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 moz-do-not-send="true"
                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>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a> - <a class="moz-txt-link-freetext" href="http://www.kamailio.org">http://www.kamailio.org</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>