Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:6502 php.qa:15832 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84975 invoked by uid 1010); 17 Dec 2003 21:54:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84897 invoked from network); 17 Dec 2003 21:54:40 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 17 Dec 2003 21:54:40 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBHLsdVk011293; Wed, 17 Dec 2003 22:54:39 +0100 Date: Wed, 17 Dec 2003 22:54:39 +0100 (CET) X-X-Sender: derick@localhost To: Andi Gutmans cc: internals@lists.php.net, php-qa@lists.php.net In-Reply-To: <5.1.0.14.2.20031217232825.02f0c248@127.0.0.1> Message-ID: References: <5.1.0.14.2.20031217232825.02f0c248@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-QA] Beta 3 RC 1 From: derick@php.net (Derick Rethans) On Wed, 17 Dec 2003, Andi Gutmans wrote: > Please give the tar ball a short sanity check to see that it builds fine. > You can get it at http://cvs.php.net/~andi/ > I'll re-roll B3 in the morning (10 hours from now) unless I hear of > something critical. I get this error on running ./buildconf && ../config.nice You should not run buildconf in a release package. use buildconf --force to override this check. ./build5: line 19: ./configure: No such file or directory it seems that the configure file is missing :) Derick