From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 20:43:55 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 8DB4C16A4CE for ; Tue, 4 Jan 2005 20:43:55 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45C743D49 for ; Tue, 4 Jan 2005 20:43:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 4 Jan 2005 14:44:32 -0600 Message-ID: <41DAFFE9.8090904@daleco.biz> Date: Tue, 04 Jan 2005 14:43:21 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olof Andersson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Jan 2005 20:44:36.0802 (UTC) FILETIME=[34377220:01C4F29E] 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 20:43:55 -0000 Olof Andersson wrote: >Hi! > >I'm a newbie with a problem. > > > Hi! Welcome to FreeBSD. I'm not sure this is a FBSD issue, but you've done a good job asking the question. Here's my .02 euros ... >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. > > Mysqli is for "mysql-lite", and is only available on PHP5 and MySQL 4.1 or greater. Probably you need to take a look at your versions of those programs. HTH, Kevin Kinsey