BIND 10 #1200: botan-config version 1.10not found
BIND 10 Development
do-not-reply at isc.org
Sun Aug 28 14:28:22 UTC 2011
#1200: botan-config version 1.10not found
-------------------------------------+-------------------------------------
Reporter: cas | Owner:
Type: defect | UnAssigned
Priority: major | Status: new
Component: build system | Milestone: New
Sensitive: 0 | Tasks
Sub-Project: Core | Keywords:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
on MacOS X 10.4 PPC (might appear on other platforms as well), the BIND 10
configure script (version 20110819) does not find the installed Botan
library (version 1.10)
./configure --with-botan=/usr/local/
[...]
checking whether g++ supports -Wno-missing-field-initializers... yes
checking for in-TU anonymous namespace breakage... no
checking whether we need -Wno-unused-parameter for python... no
checking for library containing inet_pton... none required
checking for library containing recvfrom... none required
checking for library containing nanosleep... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for size_t... yes
checking for sa_len in struct sockaddr... yes
configure: error: /usr/local//bin/botan-config not found
Botan 1.10 installs this file:
imachome% /usr/local/bin/botan-config-1.10
header files are in /usr/local/include/botan-1.10/botan/
this line solves the problem
sudo ln -s /usr/local/bin/botan-config-1.10 /usr/local/bin/botan-config
sudo ln -s /usr/local/include/botan-1.10/botan /usr/local/include/botan
but is not the recommended way, I guess :)
--
Ticket URL: <http://bind10.isc.org/ticket/1200>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list