Re: bind
Re: bind
- Subject: Re: bind
- From: j o a r <email@hidden>
- Date: Fri, 17 Sep 2004 16:17:40 +0200
I've never had any problems compiling the standard named/bind
distribution for Mac OS X. It has worked since Mac OS X Server 1.x (ie.
pre-darwin) and up to the current Mac OS X 10.3.5. Note that I've never
tried to do it on a plain Darwin install, only on Mac OS X. I simply:
./configure
make
sudo make install
But perhaps you're talking about something else?
j o a r
On 2004-09-17, at 15.30, Sam Hart wrote:
while porting, I came across a problem with linking an undefined symbol
res_9_init
this turns out to be from using /usr/include/resolv.h
it appears res_init() is defined as res_9_init which comes from bind9,
however
it doesn't seem to be implemented, hence the error.
I have had this confirmed on OpenDarwin 7.2.1, 10.3.4 and 10.3.5, so I
think it is safe to say all the Darwin 7 releases.
The fix was to add -DBIND_8_COMPAT=1 to my compile flags.
why do we have the header files if there is no lib to
support it ? bind9 appears to be in the CVS
I am a little surprised that more people haven't tripped over this one,
am I missing something ?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >bind (From: Sam Hart <email@hidden>) |