Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46153 invoked by uid 1010); 22 Jan 2004 11:06:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46109 invoked from network); 22 Jan 2004 11:06:14 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 22 Jan 2004 11:06:14 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id EA8A5296BE4; Thu, 22 Jan 2004 13:06:12 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0MB6BnN022825; Thu, 22 Jan 2004 13:06:12 +0200 Date: Thu, 22 Jan 2004 13:06:11 +0200 (EET) Reply-To: Jani Taskinen To: Patrick Welche Cc: internals@lists.php.net In-Reply-To: <20040122110338.GB7285@quartz.newn.cam.ac.uk> Message-ID: References: <20040121165220.GH6748@quartz.newn.cam.ac.uk> <20040122110338.GB7285@quartz.newn.cam.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] buildconf From: sniper@iki.fi (Jani Taskinen) On Thu, 22 Jan 2004, Patrick Welche wrote: >On Wed, Jan 21, 2004 at 10:07:13PM +0200, Jani Taskinen wrote: >> >> Do fresh checkout of 'php5' module. You'll get all correct >> files then, no need to checkout ZendEngine2 separately.. > >I'm amazed how much that helped.. Now there is just the following buglet: > >buildconf: libtool version 1.1380 2004/01/19 04:57:26) 1.5a found. > You need libtool version 1.4.3 or newer installed > to build PHP from CVS. Yes, you need libtool 1.4.3. (no, 1.5 is not backwards compatible) Or just grab the latest CVS snapshot from snaps.php.net (safest) --Jani