From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 13:50:59 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 9D1FC16A4CF for ; Tue, 20 Jul 2004 13:50:59 +0000 (GMT) Received: from mirrorball.theloosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id A7C6043D48 for ; Tue, 20 Jul 2004 13:50:58 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: (qmail 69010 invoked by uid 1001); 20 Jul 2004 13:50:57 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Jul 2004 13:50:57 -0000 Date: Tue, 20 Jul 2004 15:50:57 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@mirrorball.theloosingend.net To: Gabriel Ambuehl In-Reply-To: <5910464726.20040720153758@buz.ch> Message-ID: <20040720155004.C68706@mirrorball.theloosingend.net> References: <128634053.20040720151736@buz.ch> <200407200836.53987.algould@datawok.com> <5910464726.20040720153758@buz.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re[2]: How to configure PHP build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 13:50:59 -0000 [Gabriel Ambuehl, 2004-07-20] > >> after the last PHP commits, I can't seem to be able to configure my > >> PHP builds anymore. It keeps on telling me : > >> Is there any way to get it to behave like in the past, specifically > >> asking me what libs it should compile in? > > Have you executed "make clean"? > More than once. And also make distclean. Try doing a 'make clean' under the /usr/ports/lang/php4 directory. /sve