Hi all, I was trying to compile php5 on my freebsd server, but when running make it exits on the following error: ext/standard/dns.lo: In function `zif_dns_get_record': /usr/home/x/php5-200407011630/ext/standard/dns.c:631: undefined reference to `res_ninit' /usr/home/x/php5-200407011630/ext/standard/dns.c:635: undefined reference to `res_nmkquery' /usr/home/x/php5-200407011630/ext/standard/dns.c:641: undefined reference to `res_nsend' /usr/home/x/php5-200407011630/ext/standard/dns.c:677: undefined reference to `res_nclose' *** Error code 1 It has been on a freebsdlist before: http://lists.freebsd.org/pipermail/freebsd-questions/2003-December/028685.html It has been on bugs.php.net as well: http://bugs.php.net/bug.php?id=26544 Can anybody help me? I'd really like to use php5! Thanks, Xander
That, the RC3 from the php and the latest snapshot... All the same error.. php says it's a freebsd problem ----- Original Message ----- From: "Craig Rodrigues" <rodrigc@crodrigues.org> To: "Xander Damen" <xdamen@sci.kun.nl> Sent: Friday 02 July 2004 3:53 Subject: Re: Compile php5 RC3 / php5-cvs on freebsd 4.10> On Thu, Jul 01, 2004 at 07:14:55PM +0200, Xander Damen wrote: >> Hi all, >> >> I was trying to compile php5 on my freebsd server, but when running make >> it exits on the following error: > > How did you compile php5? Did you do: > > cd /usr/ports/lang/php5 > make install; make clean > > > -- > Craig Rodrigues > http://crodrigues.org > rodrigc@crodrigues.org > >