On 25 Mar 2025, at 13:01, Graham Leggett <[email protected]> wrote: > This causes packages that depend on libunbound to fail as follows: > > checking pkg-config is at least version 0.9.0... yes > checking for openssl >= 1.0.2... yes > checking for openssl/pem.h... yes > checking for nss >= 3.11... yes > checking for p11-kit-1... yes > checking for libical >= 0.40... yes > checking for libical/ical.h... yes > checking for ldns >= 1.7.0... yes > checking for ldns/ldns.h... yes > checking for libunbound >= 1.16... no > configure: error: Package requirements (libunbound >= 1.16) were not met: > > Package 'libevent', required by 'libunbound', not found
Confirmed with the unbound people that libevent (and nettle) do need to be there. The following patch adds the missing dependencies: https://salsa.debian.org/dns-team/unbound/-/merge_requests/21 Regards, Graham --

