From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 15:40:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4383F16A4CE for ; Fri, 17 Dec 2004 15:40:20 +0000 (GMT) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976D143D55 for ; Fri, 17 Dec 2004 15:40:19 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [134.93.183.16] (edda.Geo.Uni-Mainz.DE [134.93.183.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 194ED30006E2 for ; Fri, 17 Dec 2004 16:40:17 +0100 (CET) Message-ID: <41C2FDFD.5060508@uni-mainz.de> Date: Fri, 17 Dec 2004 16:40:45 +0100 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.3) Gecko/20041113 X-Accept-Language: de-de, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: php5 will not compile in FBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 15:40:20 -0000 Hello. I try to compile PHP 5.0.3 (and the port) and I get this error in FreeBSD 5.3-STABLE: ext/standard/dns.lo(.text+0x1d49): In function `.L166': : undefined reference to `res_ninit' ext/standard/dns.lo(.text+0x1db5): In function `.L166': : undefined reference to `res_nmkquery' ext/standard/dns.lo(.text+0x1de7): In function `.L166': : undefined reference to `res_nsend' ext/standard/dns.lo(.text+0x1f6a): In function `.L166': : undefined reference to `res_nclose' *** Error code 1 I found some threads about BIND8/9 dependencies, but no solution. PHP compiled in 5.2.1 and 5.3-RELEASE and won't compile in 5.3-STABLE. Why? Thanks, Oliver