BIND9 and export libraries
Evan Hunt
each at isc.org
Mon Jul 23 04:03:59 UTC 2012
> What are the differences between BIND9 libraries and bind export
> libraries?
The export versions of the libraries omit code that that's tightly-bound
with named, and allow the use of application-supplied implementations for
things like the memory and task and timer subsystems instead of the
BIND-specific implementations.
> Are they compatible with each other, in other words, will
> dhcp work with BIND9 libraries(I find not)?
No, they aren't compatible. I really want to fix that someday.
> What is the best way to have both BIND9 and dhcp?
The best way right now is to link either BIND 9 or DHCP statically,
or use a different library path for each one, so the conflicting libdns
and libisc files don't step on each other.
--
Evan Hunt -- each at isc.org
Internet Systems Consortium, Inc.
More information about the bind-workers
mailing list