Problem using the newest Botan
Paul Hoffman
paul.hoffman at vpnc.org
Fri Feb 10 21:48:55 UTC 2012
Greetings. On an older Debian system, I need to install Botan from source. I get it from <http://botan.randombit.net/files/Botan-1.10.1.tgz>, and build it with "tar -xzf Botan-1.10.1.tgz && cd Botan-1.10.1 && ./configure.py && make && make check && make install". However, when I try to configure building BIND10 with "--with-botan=/usr/local", it says it cannot find the configuration:
. . .
checking for _Bool... no
checking for size_t... yes
checking for sa_len in struct sockaddr... no
configure: error: /usr/local/bin/botan-config not found
That's because Botan created the file as /usr/local/bin/botan-config-1.10
Do I need an older version of Botan? A different value for --with-botan? Or...?
--Paul Hoffman
More information about the bind10-users
mailing list