I had another problem with the arpa/nameser.h headers from bind 9 under cygwin (but not with PHP, although the lib I was compiling wanted the same compat macros) - the conditionals in there seem very BSD centric and try to include a BSD system header instead of the generic <sys/types.h>.
So... they sound broken, but I guess your linux headers have been fixed by RH? --Wez. ----- Original Message ----- From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "Christian Stocker" <[EMAIL PROTECTED]> Cc: "Marko Karppinen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, October 18, 2003 7:17 AM Subject: Re: [PHP-DEV] Re: 4.3.4 compile on BIND9 systems > > How come this works fine for me without any patches on Linux? :) > (I have bind 9.2.1 installed) > > --Jani > > On Fri, 17 Oct 2003, Christian Stocker wrote: > > >On 10/11/03 11:10 PM, Marko Karppinen wrote: > > > >> Hi, > >> > >> BIND9 has finally removed the long-deprecated T_A, T_MX result type > >> symbols from the BIND4 era. checkdnsrr() in ext/standard/dns.c still > >> relies on them, however, so at the moment PHP 4.3.4 doesn't build on a > >> BIND9 system like Mac OS X 10.3 Panther. > > > >I run into the same problem (OS X 10.3). the following patch would fix > >it quick&dirty ;) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php