<html><head></head><body><div>Hello Varsha,</div><div><br></div><div>On Thu, 2022-04-28 at 16:32 +0530, Rain Musings via Pdns-users wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div>Background:</div><div>We are using the powerdns alpine distribution in docker images . </div><div>We were previously using 4.0.8 powerdns  which came with the zone2sql , zone2json utility. </div><div>These utilities are used by our wrapper scripts to dynamically update zone details when input zone files are updated. </div><div><br></div><div>Issue: </div><div>We recently moved to Powerdns 4.5.4 version that comes with Alpine 3.15 version. We see that the zone2* utilities are missing. Is this intentional? </div><div><br></div><div>Can you tell us how we can compile these utility  programs and use it ?</div></div></blockquote><div><br></div><div>zone2* are in pdns-tools. Here's a convenient trick:</div><div><br></div><div>/ # apk add cmd:zone2sql</div><div>fetch <a href="https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz">https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz</a></div><div>fetch <a href="https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz">https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz</a></div><div>(1/9) Installing libgcc (10.3.1_git20211027-r0)</div><div>(2/9) Installing boost1.77-program_options (1.77.0-r1)</div><div>(3/9) Installing ca-certificates (20211220-r0)</div><div>(4/9) Installing brotli-libs (1.0.9-r5)</div><div>(5/9) Installing nghttp2-libs (1.46.0-r0)</div><div>(6/9) Installing libcurl (7.80.0-r1)</div><div>(7/9) Installing libsodium (1.0.18-r0)</div><div>(8/9) Installing libstdc++ (10.3.1_git20211027-r0)</div><div>(9/9) Installing pdns-tools (4.5.4-r0)</div><div>Executing busybox-1.34.1-r5.trigger</div><div>Executing ca-certificates-20211220-r0.trigger</div><div>OK: 21 MiB in 23 packages</div><div><br></div><div>Kind regards,</div><div><span><div data-evo-paragraph="" class="" style="width: 71ch;">-- </div><div data-evo-paragraph="" class="" style="width: 71ch;">Peter van Dijk</div><div data-evo-paragraph="" class="" style="width: 71ch;">PowerDNS.COM BV - https://www.powerdns.com/</div></span></div></body></html>