<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
seriously? is like linux/unix FAQ <span id="😄">😄</span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> bind-users <bind-users-bounces@lists.isc.org> on behalf of Paul Cizmas <cizmas@tamu.edu><br>
<b>Sent:</b> Friday, March 26, 2021 9:06 PM<br>
<b>To:</b> Tony Finch <dot@dotat.at><br>
<b>Cc:</b> bind-users@lists.isc.org <bind-users@lists.isc.org><br>
<b>Subject:</b> Re: BIND 9.16.13 and Mac OS X 10.13.6 - problems with ./configure</font>
<div> </div>
</div>
<div class="" style="word-wrap:break-word; line-break:after-white-space">Tony, thank you!  I ran 'dig @localhost version.bind ch txt’ and got
<div class=""><br class="">
</div>
<div class="">
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">~$ dig @localhost version.bind ch txt</span></div>
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">md5.c:96: fatal error: RUNTIME_CHECK(pk11_get_session(ctx, OP_DIGEST, 1, 0, 0, ((void *)0), 0) == 0) failed</span></div>
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">Abort trap: 6</span></div>
</div>
<div class=""><br class="">
</div>
<div class="">I do not know what this means.</div>
<div class=""><br class="">
</div>
<div class="">I then ran 'which named’ and it is</div>
<div class=""><br class="">
</div>
<div class="">
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">/Applications/Server.app/Contents/ServerRoot/usr/sbin/named</span></div>
</div>
<div class=""><span class="" style="font-variant-ligatures:no-common-ligatures"><br class="">
</span></div>
<div class=""><span class="" style="font-variant-ligatures:no-common-ligatures">When I ran rndc status I got</span></div>
<div class=""><span class="" style="font-variant-ligatures:no-common-ligatures"><br class="">
</span></div>
<div class="">
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">~$ rndc status</span></div>
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">rndc: error: open: /Library/Server/named/rndc.key: permission denied</span></div>
<div class="" style="margin:0px; font-stretch:normal; line-height:normal; font-family:Menlo; color:rgb(255,252,121); background-color:rgb(33,33,33)">
<span class="" style="font-variant-ligatures:no-common-ligatures">rndc: could not load rndc configuration</span></div>
</div>
<div class=""><span class="" style="font-variant-ligatures:no-common-ligatures"><br class="">
</span></div>
<div class="">
<div class="">Thank you,</div>
<div class="">Paul</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Mar 26, 2021, at 1:44 PM, Tony Finch <<a href="mailto:dot@dotat.at" class="">dot@dotat.at</a>> wrote:</div>
<br class="x_Apple-interchange-newline">
<div class="">
<div class="">Paul Cizmas <<a href="mailto:cizmas@tamu.edu" class="">cizmas@tamu.edu</a>> wrote:<br class="">
<br class="">
<blockquote type="cite" class="">~$ named -v<br class="">
BIND 9.9.7-P3 (Extended Support Version)<br class="">
</blockquote>
<br class="">
What's probably happening here is that the BIND on your $PATH isn't<br class="">
necessarily the BIND that homebrew installed and (hopefully) is running.<br class="">
<br class="">
You can run `dig @localhost version.bind ch txt` to see what the running<br class="">
server reports as its version.<br class="">
<br class="">
You can run `which named` to find out where it is finding 9.9.7.<br class="">
<br class="">
If you run `rndc status` it should fail, because of the mismatched<br class="">
installations (I expect your 9.9.7 will not look for the rndc key in the<br class="">
same place as 9.16.3) but `/usr/local/opt/bind/sbin/rndc status` ought to<br class="">
work and tell you about the running 9.16.3.<br class="">
<br class="">
Tony.<br class="">
-- <br class="">
f.anthony.n.finch  <<a href="mailto:dot@dotat.at" class="">dot@dotat.at</a>>  <a href="https://urldefense.com/v3/__https://dotat.at/__;!!KwNVnqRv!X3SMvugQcNKGxCiqE5_jRKoYHw1W0s4vgKKIp5wzN-eZZHZJyrih8gMHTHqvak0$" class="">https://urldefense.com/v3/__https://dotat.at/__;!!KwNVnqRv!X3SMvugQcNKGxCiqE5_jRKoYHw1W0s4vgKKIp5wzN-eZZHZJyrih8gMHTHqvak0$</a>
<br class="">
Great Orme Head to the Mull of Galloway: Southwest veering west 6 to<br class="">
gale 8, backing southwest 5 to 7 later. Moderate, occasionally rough.<br class="">
Squally showers, rain later. Good, occasionally moderate.<br class="">
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</body>
</html>