[bind10-dev] how to build boost libraries on FreeBSD and MacOS X
zhanglikun
zlkzhy at gmail.com
Tue Mar 23 10:55:02 UTC 2010
> On 03/23/2010 10:32 AM, zhanglikun wrote:
> >> The latest BIND10 package requires a couple of Boost libraries (not
> >> just header files) for full features:
> >> - for complete TCP transport, Boost.Asio is necessary
> >> - for the python binding (xfrin uses this), Boost.Python is necessary
> >
> > Xfrout also use python binding, (the code for xfrout has been committed).
> >
>
> but it fails on linker errors if you do ./configure --without-boost-system
>
> I'm not sure what should be the behaviour here, fail at configure? not
> build xfrout? (with warning) or can this be done in any way without it?
Try to do like this one(it works on my machine.):
./configure --with-pythonpath=/usr/local/bin/python3.1 --with-boost-lib=/usr/local/lib/ --with-boost-system --with-boost-python
--with-pythonpath is mostly important, if you have installed several python version.
Zhanglikun
More information about the bind10-dev
mailing list