bind10 configure fails to find botan library
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Tue Nov 29 19:01:48 UTC 2011
At Tue, 29 Nov 2011 18:31:39 +0000,
"Spain, Dr. Jeffry A." <spainj at countryday.net> wrote:
> I'm attempting to build bind10-devel-20111128 on Ubuntu Oneiric as follows:
[...]
> The packages libbotan-1.8.13 and libbotan1.8-dev are installed. The following library files are present:
> /usr/lib/libbotan.so
> /usr/lib/libbotan.a
> /usr/lib/libbotan-1.8.13.so
>
> Adding the configure argument "--with-botan=/usr/lib" results in "configure: error: /usr/lib/bin/botan-config not found".
I don't have that particular system, but as a general note, our
autoconf script assumes either
- botan-config exists at ${botan_path}/bin/ (botah_path is set by
--with-botan if specified)
or
- pkg-config knows dev setups for botan
If your system has botan-config somewhere, please try specifying the
path to botan-config for the value of --with-botan. If not, can you
show the following?
pkg-config --exists botan-1.8
(if this succeeds with an empty output)
pkg-config botan-1.8 --libs
pkg-config botan-1.8 --cflags
---
JINMEI, Tatuya
Internet Systems Consortium, Inc.
More information about the bind10-users
mailing list