Re: Authoritative and caching

2025-04-03 Thread Danjel Jungersen via bind-users
Hi everyone. Thank you for all your help! One key info that I missed, the DS record should be placed on the TLD host. I tried (and failed) using the "normal" public available DNS for my domain. Now back to the original problem, getting DANE set up. All the best! Danjel On 23-03-2025 11:1

Grief after upgrade to macOS Sequioa 15.4

2025-04-03 Thread Niall O'Reilly
I don't know whether this needs attention by Apple or by ISC. Something in the depths seems to have been changed (by Apple) in a way that gives dig (and perhaps other code using libisc-9.20.7.dylib) indigestion during release of resources before exiting. Here's what I'm seeing: ``` niall@m2a ~

Re: Grief after upgrade to macOS Sequioa 15.4

2025-04-03 Thread Ondřej Surý
It’s been tracked as https://gitlab.isc.org/isc-projects/bind9/-/issues/5268 and https://github.com/Homebrew/homebrew-core/issues/217127Ondrej--Ondřej Surý — ISC (He/Him)My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours

Re: Grief after upgrade to macOS Sequioa 15.4

2025-04-03 Thread Daniel Stirnimann via bind-users
Hi Niall, If you use brew, I solved it with this: brew uninstall bind brew cleanup brew install libxml2 export LDFLAGS="-L/opt/homebrew/opt/libxml2/lib" export CPPFLAGS="-I/opt/homebrew/opt/libxml2/include" export PKG_CONFIG_PATH="/opt/homebrew/opt/libxml2/lib/pkgconfig" brew install --build-fro