At Thu, 19 Feb 2015 18:17:13 +0100,
Tomas Hozza <tho...@redhat.com> wrote:

> We have been linking DHCP against separately built BIND in the past and 
> everything
> worked for years. Only thing that changed is that we updated latest BIND
> 9.9 to latest 9.10.

Ah, I realized I was probably not clear enough about one important
point: The two points that make this combination of DHCP and BIND9
unworkable is new in BIND 9.10.  Up to 9.9 there's a separately built
library named "export library", which I guess you have been using.
BIND 9.10 now builds a single unified library which is seemingly
supposed to work both for BIND 9's internal applications and for other
general applications (one possibility of which would be DHCP).  But
the "unified" library that would be used for BIND 9 has the two
problems I mentioned and won't work for DHCP.

If you don't mind still building a separate (set of) library, I
believe you can use this workaround:

- Build (libraries of) BIND 9 with --disable-epoll and --disable-threads
- Install them into somewhere else than where other BIND 9 libs and
  apps are installed
- Use them to build DHCP

--
JINMEI, Tatuya
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to