'"Make check" fails when I try to compile bind 9.16.25 from source code
I'm currently struggle to install bind 9 on my ubuntu 20.04. I have downloaded source code tarball from official GitHub https://github.com/isc-projects/bind9#build. Then I configure it as
sudo ./configure --enable-dnstap --with-libjson --with-libxml2 --without-lmdb --enable-developer --enable-full-report --prefix=/usr --sysconfdir=/etc/bind
Then I do make and make check.
Make goes 100% perfect with no errors, but make check fails on almost every test (11 passed, 25 skipped, 69 failed). Does anybody know how to fix this? I'm kinda desperate already.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
