Re: [PHP-DEV] Compile fails on OSX 10.3

2003-08-22 Thread Jani Taskinen
On Sat, 23 Aug 2003, Melvyn Sopacua wrote: >ext/standard/dns.c includes arpa/nameser.h if HAVE_ARPA_NAMESER_H is defined. >Can you check config.h for this? > >(By the way: the win32 version tests for HAVE_ARPA_NAMESERV <-- the 'v' here - >is that a typo?) ---8<-:dns.c #if HA

Re: [PHP-DEV] Compile fails on OSX 10.3

2003-08-22 Thread Melvyn Sopacua
Hi, firstly: 10.3 is still beta, AFAIK. So, they might wise up. On Tuesday 19 August 2003 16:38, nucleuz wrote: > I then did a grep for T_MX and found this in 'nameser8_comap.h' > When doing > #include Apparently OSX has imported Bind9 into the main source and decided to do their own thing. T

Re: [PHP-DEV] Compile fails on OSX 10.3

2003-08-20 Thread nucleuz
My configure that worked on OSX 10.2.5 was: ./configure \ --with-apxs \ --with-dom=/sw \ --with-xsl=/sw \ --with-simplexml \ --with-zlib-dir=/sw \ --with-mysql=/usr/local/mysql Anyone with a OSX10.3 seed that has this working? You're doing something wrong then, as it has worked for others. A co

Re: [PHP-DEV] Compile fails on OSX 10.3

2003-08-19 Thread Dan Kalowsky
You're doing something wrong then, as it has worked for others. A configure line would help to debug this. On Tuesday, August 19, 2003, at 10:38 AM, nucleuz wrote: Hi! I'm running OSX 10.3 ( Panther ) and the snaps fails to compile. I got the Panther seed at the WWDC earlier this year, and t