<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Guys<div class=""><br class=""></div><div class="">Thanks for al the help. I have tried on Catalina as well, no luck.  Also tried the latest. </div><div class=""><br class=""></div><div class="">I managed to download OpenSSL to a /usr/local directory to see if it would build. I am still getting the </div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(12, 255, 0); background-color: rgba(255, 255, 255, 0.9);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">configure: error: OpenSSL found in /usr/local, but version 0.9.7 or higher is required</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class="">I thought this was where that test is. </div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div style="color: rgb(54, 54, 54); background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;" class=""><span style="color: rgb(146, 205, 120);" class=""># see if OPENSSL 1.0.0 or later (has EVP MD and Verify independency)</span></div></div><div class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class="">$as_echo_n "checking if openssl supports SHA2 and ECDSA with EVP... " >&6; }</span><br style="box-sizing: border-box; caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px;" class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class="">if grep OPENSSL_VERSION_TEXT $ssldir/include/openssl/opensslv.h | grep "OpenSSL" >/dev/null; then</span><br style="box-sizing: border-box; caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px;" class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class="">if grep OPENSSL_VERSION_NUMBER $ssldir/include/openssl/opensslv.h | grep 0x0 >/dev/null; then</span><br style="box-sizing: border-box; caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px;" class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class="">{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5</span><br style="box-sizing: border-box; caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px;" class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class="">$as_echo "no" >&6; }</span></div><div class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class="">That looks ok though,  as the top of the opensslv.h is </div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(93, 108, 121); background-color: rgb(255, 255, 255);" class=""> */</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(100, 56, 32); background-color: rgb(255, 255, 255);" class=""># define OPENSSL_VERSION_NUMBER  <span style="color: #1c00cf" class="">0x101010bfL</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo; color: rgb(100, 56, 32); background-color: rgb(255, 255, 255);" class=""># define OPENSSL_VERSION_TEXT    <span style="color: #c41a16" class="">"OpenSSL 1.1.1k  25 Mar 2021"</span></div></div><div class=""><br class=""></div><div class="">So it looks like it is checking that OpenSSL is there in the line with the <font color="#000000" class=""><span style="background-color: rgb(255, 255, 255);" class=""><span style="caret-color: rgb(49, 59, 69);" class=""><font class="">OPENSSL_VERSION_TEXT </font>and that 0x0 isn’t there in the line with the </span></span><span style="caret-color: rgb(49, 59, 69); background-color: rgb(255, 255, 255);" class="">OPENSSL_VERSION_NUMBER, anything above that is version 1.0 or so.  So that is ok.</span></font></div><div class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><font color="#313b45" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji" class=""><span style="caret-color: rgb(49, 59, 69); font-size: 14px;" class="">I also see this. Any idea what this is doing?</span></font></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><font color="#313b45" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji" class=""><span style="caret-color: rgb(49, 59, 69); font-size: 14px;" class=""><br class=""></span></font></span></div><div class=""><div style="color: rgb(54, 54, 54); background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;" class=""><div class=""><span style="color: rgb(157, 78, 150);" class="">if</span> ac_fn_c_try_link <span style="color: rgb(162, 86, 55);" class="">"</span><span style="color: rgb(9, 89, 132);" class="">$LINENO</span><span style="color: rgb(162, 86, 55);" class="">"</span>; <span style="color: rgb(157, 78, 150);" class="">then</span> <span style="color: rgb(99, 99, 36);" class="">:</span></div><br class=""><br class=""><div class=""><span style="color: rgb(9, 89, 132);" class="">$as_echo</span> <span style="color: rgb(162, 86, 55);" class="">"#define HAVE_EVP_SHA256 1"</span> >>confdefs.h</div><br class=""><div class="">                            { <span style="color: rgb(9, 89, 132);" class="">$as_echo</span> <span style="color: rgb(162, 86, 55);" class="">"</span><span style="color: rgb(9, 89, 132);" class="">$as_me</span><span style="color: rgb(162, 86, 55);" class="">:</span><span style="color: rgb(9, 89, 132);" class="">${as_lineno-$LINENO}</span><span style="color: rgb(162, 86, 55);" class="">: result: yes"</span> >&5</div><div class=""><span style="color: rgb(9, 89, 132);" class="">$as_echo</span> <span style="color: rgb(162, 86, 55);" class="">"yes"</span> >&6; }</div><br class=""><div class=""><span style="color: rgb(157, 78, 150);" class="">else</span></div><br class=""><div class="">                            { <span style="color: rgb(9, 89, 132);" class="">$as_echo</span> <span style="color: rgb(162, 86, 55);" class="">"</span><span style="color: rgb(9, 89, 132);" class="">$as_me</span><span style="color: rgb(162, 86, 55);" class="">:</span><span style="color: rgb(9, 89, 132);" class="">${as_lineno-$LINENO}</span><span style="color: rgb(162, 86, 55);" class="">: result: no"</span> >&5</div><div class=""><span style="color: rgb(9, 89, 132);" class="">$as_echo</span> <span style="color: rgb(162, 86, 55);" class="">"no"</span> >&6; }</div><div class="">                            as_fn_error <span style="color: rgb(9, 89, 132);" class="">$?</span> <span style="color: rgb(162, 86, 55);" class="">"OpenSSL found in </span><span style="color: rgb(9, 89, 132);" class="">$ssldir</span><span style="color: rgb(162, 86, 55);" class="">, but version 0.9.7 or higher is required"</span> <span style="color: rgb(162, 86, 55);" class="">"</span><span style="color: rgb(9, 89, 132);" class="">$LINENO</span><span style="color: rgb(162, 86, 55);" class="">"</span> 5</div><br class=""><div class=""><span style="color: rgb(157, 78, 150);" class="">fi</span></div><div class=""><span style="color: rgb(157, 78, 150);" class=""><br class=""></span></div></div></div><div class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class="">Have logged to here:</span></div><div class=""><span style="caret-color: rgb(49, 59, 69); color: rgb(49, 59, 69); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 14px; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255); caret-color: rgb(49, 59, 69); font-size: 14px;" class=""><font color="#313b45" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji" class=""><a href="https://github.com/NLnetLabs/unbound/issues/471" class="">https://github.com/NLnetLabs/unbound/issues/471</a></font></span></div><div class=""><span style="background-color: rgb(255, 255, 255); caret-color: rgb(49, 59, 69); font-size: 14px;" class=""><font color="#313b45" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji" class=""><br class=""></font></span></div><div class=""><br class=""></div><div class="">Eoin</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 21 Apr 2021, at 18:27, Jaap Akkerhuis via Unbound-users <<a href="mailto:unbound-users@lists.nlnetlabs.nl" class="">unbound-users@lists.nlnetlabs.nl</a>> wrote:</div></blockquote><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">George Thessalonikefs via Unbound-users writes:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Hi Eoin,<br class=""><br class="">Can't offer much advice on Big Sur and Mac building but there are the<br class="">    --with-libexpat=path, and<br class="">    --with-ssl=path<br class="">./configure options to specify alternative paths for those.<br class=""><br class="">Best regards,<br class="">-- George<br class=""><br class="">On 21/04/2021 17:39, Eoin Norris via Unbound-users wrote:<br class=""><blockquote type="cite" class=""><br class="">Thanks Mike<br class=""><br class="">I’ve inherited a project which is forked off the standard unbound and hadn’t been built for a while and never on Big Sur.  I’ve just joined the company and the other developer is gone. Anyway long story short it needs to be built from the sources and not using brew. Sadly.<br class=""></blockquote></blockquote><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Silly suggestion: Although MacPorts can give you binaries, it also</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">builds from source (there is an option to force that). If you dig into</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">the system it might give an idea how to set the configurations options</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">George talks about. You probably have to build some dependencies as</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">well.</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">See<span class="Apple-converted-space"> </span></span><a href="https://www.macports.org/index.php" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://www.macports.org/index.php</a><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">,</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="https://guide.macports.org/#installing.macports.uninstalling" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://guide.macports.org/#installing.macports.uninstalling</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class="Apple-tab-span" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">     </span><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">jaap</span></div></blockquote></div><br class=""></div></body></html>