From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 01:45:21 2005 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 4EDDE16A4CE for ; Thu, 3 Feb 2005 01:45:21 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E7D43D67 for ; Thu, 3 Feb 2005 01:45:20 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([82.161.136.218]:9995 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1CwW3b-000Fty-Ol; Thu, 03 Feb 2005 01:45:19 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 821FF154880; Thu, 3 Feb 2005 02:45:38 +0100 (CET) Received: from [192.168.0.111] (adsl162-196.dsl.uva.nl [146.50.162.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id BF3B337029; Thu, 3 Feb 2005 02:45:21 +0100 (CET) Message-ID: <4201822C.3040101@scii.nl> Date: Thu, 03 Feb 2005 02:45:16 +0100 From: albi User-Agent: Mozilla Thunderbird 1.0 (X11/20050123) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Bradley References: <200502030129.53991.rtb27@cam.ac.uk> In-Reply-To: <200502030129.53991.rtb27@cam.ac.uk> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: reconfigure php4-extensions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 01:45:21 -0000 Richard Bradley wrote: > Now I want to install some extensions that I didn't choose the first time > round, but I can't get the menu to reappear. > > I have tried: > > make clean && make > make deinstall && make reinstall > make configure you might want to try : make distclean that did the trick for me afair