From owner-freebsd-questions@FreeBSD.ORG Sat Jul 9 04:52:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1771C16A41C for ; Sat, 9 Jul 2005 04:52:04 +0000 (GMT) (envelope-from northwind@vfemail.net) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C2243D46 for ; Sat, 9 Jul 2005 04:52:01 +0000 (GMT) (envelope-from northwind@vfemail.net) Received: (qmail 49724 invoked by uid 85); 9 Jul 2005 04:51:57 -0000 Received: from northwind@vfemail.net by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.696884 secs); 09 Jul 2005 04:51:57 -0000 Received: from unknown (HELO zardoz) (209.124.141.64) by miwi2dsl-a234.wi.tds.net with SMTP; 9 Jul 2005 04:51:55 -0000 Message-ID: <000301c58441$de1165f0$3802a8c0@zardoz> From: "Beecher Rintoul" To: Date: Fri, 8 Jul 2005 20:51:02 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Problem with php5 configure. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 04:52:04 -0000 I ran into a configure error while updating php5, I get the following: Configuring extensions checking whether to enable LIBXML support... yes checking libxml2 install dir... /usr/local checking whether libxml build works... no configure: error: build test failed. Please check the config.log for details. ===> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/php5/work/php-5.0.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Configure Log: -lm -lxml2 -lz -liconv -lm 1>&5 /usr/local/lib/libxml2.so: undefined reference to `pthread_equal' collect2: ld returned 1 exit status configure: failed program was: #line 18580 "configure" #include "confdefs.h" char xmlInitParser(); int main() { xmlInitParser(); return 0; } The box is running yesterday's 5 stable. I have the latest libxml2 installed. I tried emailing the maintainer, but got no response. Anyone have a suggestion? Please cc me, I'm not subscribed to the list. TIA, Beech