Re: bind
Re: bind
- Subject: Re: bind
- From: Sam Hart <email@hidden>
- Date: Fri, 17 Sep 2004 15:31:28 +0100
On 17 Sep 2004, at 15:17, j o a r wrote:
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?
sorry, I should have been more clear
I am not building bind9, I am building an app that uses
/usr/include/resolv.h
when it comes to linking it has an undefined symbol _res_9_init
in /usr/include/resolv.h res_init is defined as res_9_init
adding -DBIND_8_COMPAT=1 gets rid of the problem, so I have a solution
I guess I'm just slightly confused by the fact that I have to do this
and that I haven't seen anyone else mention it
I don't know, should it be reported as a bug ?
S a m
-------------------------------------------------------
Drawing on my fine command of language, I said nothing.
_______________________________________________
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
- Follow-Ups:
- Re: bind
- From: Giuliano Gavazzi <email@hidden>
- Re: bind
- From: Matt Watson <email@hidden>
References: | |
| >bind (From: Sam Hart <email@hidden>) |
| >Re: bind (From: j o a r <email@hidden>) |