Unbound 1.9.6 available

You can try add below configure option before make:

--with-libevent

But have to be sure a libevent package is installed.
For my Raspberry Pi armhf Raspbian Stretch distro, below one was installed already:

pi@noads:~ $ dpkg --print-architecture
armhf

pi@noads:~ $ apt search libevent
[..]
libevent-2.0-5/oldstable,now 2.0.21-stable-3 armhf [installed,automatic]
  Asynchronous event notification library
[..]

pi@noads:~ $ apt policy libevent-2.0-5
libevent-2.0-5:
  Installed: 2.0.21-stable-3
  Candidate: 2.0.21-stable-3

You can lookup Debian build configure options on below link if click on the corresponding "all" link for your architecture in the "Logs" column followed by clicking on the "Maybe-Successful" link.
If you search through the build logs, you'll find a line that starts with ./configure.

https://buildd.debian.org/status/package.php?p=unbound

Thank you guys - I changed the settings and now the warnings are gone. You guys rock!

1 Like

This is my install script on pi 4 buster 10.
Complete chroot setup.
Put this at a empty directory after install files will be deleted for cleanup.
unbound.txt (5.4 KB)

The chroot that @Bat is refering to is the chroot to build Unbound and not the chroot Unbound is using when running.
To build Unbound, you need many tools that would not be needed for just running Unbound.
This way you can build Unbound on another host in a chroot and install it on your target host without having to install all the tools on the target host that are needed to build Unbound.

EDIT: ow and when ready, you can delete the chroot with the Unbound build and all the tools installed in the chroot.