[Opendnssec-user] (was: logging)

(Berry) A.W. van Halderen berry at nlnetlabs.nl
Tue Sep 22 18:02:29 UTC 2020


On Tue, Sep 22, 2020 at 09:38:12AM -0700, Randy Bush wrote:
> 
> % git checkout tags/2.1.6
> % ./configure
> ...
> checking for perl... /usr/local/bin/perl
> checking for backtrace... no
> checking for backtrace_full in -lbacktrace... no
> checking for pkg-config... no
> checking for MHD_start_daemon... no
> checking for MHD_start_daemon in -lmicrohttpd... no
> configure: error: No libmicrohttpd found

We use autoconf/automake, which means that configure is generated by
autoconf.  When one distributes the package the configure script is
pre-generated such that people don't need autoconf anymore, but it isn't
present in the source tree.  The one you got is left behind from the
earlier checkout.  Please try:

  git checkout tags/2.1.6
  sh autogen.sh
  ./configure
  ...

With kind regards,
\Berry

-- 
N: (Berry) A.W. van Halderen
E: berry at nlnetlabs.nl
O: NLnet Labs
W: http://www.nlnetlabs.nl/


More information about the Opendnssec-user mailing list