Path: utzoo!attcan!uunet!ginosko!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!decwrl!pyramid!csg From: csg@pyramid.pyramid.com (Carl S. Gutekunst) Newsgroups: comp.sys.pyramid Subject: Re: bind 4.8 under OSx 4.4c Message-ID: <76807@pyramid.pyramid.com> Date: 11 Jul 89 07:28:29 GMT References: <1796@ginosko.samsung.com> <76769@pyramid.pyramid.com> <901@rex.cs.tulane.edu> Reply-To: csg@pyramid.pyramid.com (Carl S. Gutekunst) Organization: Pyramid Technology Corp., Mountain View, CA Lines: 21 >>When you change versions of BIND, you change getbyhostname(3N) and its >>friends in libc.a. That means *everything* that references gethostbyname() >>has to be relinked and replaced. That works out to a total of 99 binary >>files in the OSx release, including libc.a itself. > >99? I think that is a slight exaggeration. No sir, that's a 'wc' of my manifest for my BIND 4.8 beta tape. Well, OK, I can root out all the "hangers on," things that come with a package but don't actually call gethostbyname(3N); uux and uucp for example.... 69 files. A slight exaggeration, I guess. :-) >And you do not HAVE to run Sendmail 5.61, although that means you cannot >fully take advantage of BIND 4.8. True; and strictly speaking, you don't *have* to replace any of the routines that call gethostbyname(3N) either. The calls to the nameserver are allegedly upward compatible. But now I'm being pedantic. I guess I think of BIND 4.8 and Sendmail 5.59+ as inseperable; each has features that implies the other.