Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11356 invoked by uid 1010); 8 Jan 2006 02:52:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11341 invoked from network); 8 Jan 2006 02:52:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2006 02:52:26 -0000 X-Host-Fingerprint: 207.58.169.145 vps.procata.net Linux 2.4/2.6 Received: from ([207.58.169.145:56865] helo=vps.procata.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 05/9A-06465-96E70C34 for ; Sat, 07 Jan 2006 21:52:25 -0500 Received: from [65.111.203.43] (helo=[65.111.203.43]) by vps.procata.net with esmtp (Exim 4.52) id 1EvQfL-0000V8-3J; Sat, 07 Jan 2006 21:52:21 -0500 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <95ba45f74e6f6ff3e8724d589ee9cedf@procata.com> Content-Transfer-Encoding: 7bit Cc: Gottfried Darmann , internals@lists.php.net Date: Sat, 7 Jan 2006 21:53:11 -0500 To: Jani Taskinen X-Mailer: Apple Mail (2.623) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.procata.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - procata.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] not found: libxml/parser.h From: jeff@procata.com (Jeff Moore) Which is also true of OS X 10.3.9: http://bugs.php.net/bug.php?id=34844 Compiling PHP > 5.1 on 10.3.9 requires installing libxml because of a missing parser.h in the version provided by the OS. On Jan 6, 2006, at 4:22 PM, Jani Taskinen wrote: > > This file is supposed to be wherever libxml headers are installed. > It means your libxml2 installation is borked. > > On Fri, 6 Jan 2006, Gottfried Darmann wrote: > >> Build php 5.1.1 for win32 >> >> Several files include libxml/parser.h >> which is not there (in ext/libxml) >> >> This file is also not available in the latest version >> of libxml2 (gnome).