<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I've been using the Docker image of v9.20 from
      <a class="moz-txt-link-freetext" href="https://hub.docker.com/r/internetsystemsconsortium/bind9">https://hub.docker.com/r/internetsystemsconsortium/bind9</a> as a base
      image for quite some time, with no issues. However when I use the
      most recent image (~6/18/25), named fails to start (no error
      message given). I tried upping the debug level with -d 9, but
      there was still no error message, either in the logs or to stdout.</p>
    <p>At some point, something I did generated a named.run file, and
      that file ended with these two messages:</p>
    <p>    config.c: option 'geoip-directory' was not enabled at compile
      time    <br>
          unable to load internal defaults: failure</p>
    <p>(But I'm not sure what I did to generate the named.run file, and
      I haven't been able to recreate it)<br>
    </p>
    <p>I'm not using any geo capability that I know of. I haven't
      changed anything in my bind config files in quite some time, and
      it's always worked up into two days ago. Also, the v9.21 image
      works fine.</p>
    <p>Is there some problem with the 9.20 image, or has something
      changed recently that makes a previously-working configuration
      invalid?</p>
    <p>Also, how can I get more debugging info?</p>
    <p><br>
    </p>
  </body>
</html>