<p></p>
<p>Additional notes with ubuntu 18.04</p>
<p>Thought i would try compiling against openssl 1.0.2u to see what effect that had.  Although open ssl would compile correctly, tlsa would complain when trying to link against 1.02u.</p>
<p>Solution was to re-rerun the openssl ./config script with the suggested compiler flag in the build error, then rebuild openssl and TLSA</p>
<pre><code>test@kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ ./config -fPIC
test@kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ make
test@kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ make test
test@kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ cd ../../kamailio
test@kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ make
test@kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ sudo make install
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2815#issuecomment-898358632">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZKNG4S3QXPONAHOWQDT4TXP3ANCNFSM5BZ2LCJA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/ABO7UZJOJPI7EJIYTLWIDRLT4TXP3A5CNFSM5BZ2LCJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGWF522A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2815#issuecomment-898358632",
"url": "https://github.com/kamailio/kamailio/issues/2815#issuecomment-898358632",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>