Subject: Re: removal of threading in bind9
To: Jason Thorpe <thorpej@shagadelic.org>
From: Mipam <mipam@ibb.net>
List: tech-net
Date: 08/14/2005 00:34:30
> On Aug 13, 2005, at 9:04 AM, Rui Paulo wrote:
> 
> > On 2005.08.13 08:44:36 +0000, Jason Thorpe wrote:
> > | As far as I can tell, NetBSD already builds Bind 9's named non-
> > | threaded, and has ever since Bind 9 was incorporated into the tree.
> >
> > Hmm, I'm not sure.
> > /usr/sbin/named:
> >         -lpthread.0 => /usr/lib/libpthread.so.0
> > -lc.12 => /usr/lib/libc.so.12

ldd /usr/sbin/named yields the same info on my system.
src/usr.sbin/bind/Makefile.inc seems to ask for it:

NAMED_USE_PTHREADS?=yes

Bye,

Mipam.