From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 21:29:13 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 9382F16A4CE for ; Tue, 4 Jan 2005 21:29:13 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F6243D2F for ; Tue, 4 Jan 2005 21:29:13 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so44489wra for ; Tue, 04 Jan 2005 13:29:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Aq2nYREKLNK9NEDoPOruaLxinOmJGrD8nN7mGzOrkaUb7zSLRk9mvOyouSCwKy6cwbEbq4J7vbk4xzmKSLCA4WSAuKFw7k3Jdpw2si7gJNoLPaQZfH10L9k/EqqOeVsNdkhch0RUiSKPk2nHC1XArKoLMwBhWJsBCojJf+4YRkE= Received: by 10.54.42.56 with SMTP id p56mr141150wrp; Tue, 04 Jan 2005 13:29:12 -0800 (PST) Received: by 10.54.11.33 with HTTP; Tue, 4 Jan 2005 13:29:12 -0800 (PST) Message-ID: Date: Tue, 4 Jan 2005 15:29:12 -0600 From: Joshua Lokken To: Olof Andersson In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: make install clean question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 21:29:13 -0000 On Tue, 4 Jan 2005 20:53:06 +0100, Olof Andersson wrote: > Hi! > > I'm a newbie with a problem. I tried to install phpmyadmin from the > ports. When I ran the make install clean for the first time I got a > screen where I could make a couple of choices. I chose to install with > something called "mysqli". The make install process stopped and I got > this message: > > anderssons1# make install clean > > You may use the following additional build option: > > WITH_SUPHP=yes Install appropriately for use with > the www/suphp port [default: no] > > Unknown extension mysqli. > *** Error code 1 > > Stop in /usr/ports/databases/phpmyadmin. > > I tried to run the make install clean again to be able to not select > the "mysqli" but I only get the same message again. I tried to find > information on how to "reset" the install but did not succeed. I have > FreeBSD 5.3. > > Can someone help me? Thanks in advance. Both of these should do that: # make rmconfig or, # rm /var/db/ports//options -- Joshua Lokken Open Source Advocate