From owner-freebsd-questions@FreeBSD.ORG Mon Feb 12 11:31:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DB9816A400 for ; Mon, 12 Feb 2007 11:31:12 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 00E7813C494 for ; Mon, 12 Feb 2007 11:31:11 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HGZOX-0003OG-NS for freebsd-questions@freebsd.org; Mon, 12 Feb 2007 12:30:53 +0100 Received: from 62-2-105-50.static.cablecom.ch ([62.2.105.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Feb 2007 12:30:53 +0100 Received: from wolf by 62-2-105-50.static.cablecom.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Feb 2007 12:30:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Alain Wolf Date: Mon, 12 Feb 2007 12:30:31 +0100 Lines: 45 Message-ID: <45D04FD7.50501@k18.ch> References: <45D046E3.8000900@passagen.se> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 62-2-105-50.static.cablecom.ch User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: <45D046E3.8000900@passagen.se> X-Enigmail-Version: 0.94.2.0 OpenPGP: id=6CB1BC68; url=http://restkultur.ch/personal/wolf/wolf@restkultur.ch.asc Sender: news Cc: freebsd-questions@freebsd.org, ale@FreeBSD.org Subject: Re: php5-mysql? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 11:31:12 -0000 On 12.02.2007 11:52, * Roger Olofsson wrote: > Dear Mailing List, > > As usual I would like to thank the replies I go to my earlier questions > and I will try and step up and answer the ones I can. > > Now for my question, > > After a recent buildworld/portupgrade everything seems to be up to date > except a few and among those are php5-extensions and to be more precise > php5-mysql. > > php5-mysql and php5-extensions reports > configure: error: mysql configure failed. Please check config.log for > more information. > ===> Script "configure" failed unexpectedly. > Please report the problem to ale@FreeBSD.org > > The requisites are met, all the following are ok: > > Requires: autoconf-2.59_2, libiconv-1.9.2_2, libxml2-2.6.27, m4-1.4.8_1, > mysql-client-5.0.33, perl-5.8.8, php5-5.2.1, pkg-config-0.21 > > autoconf reports autoconf-2.13.000227_5 as well as 2.59_2, could this be > the problem? > > I tried make deinstall ; make install of php5 and of mysql (both client > and server) but no luck so far. > > What can I do? > > Grateful for any answers! > > Greetings > > /Roger I am not really sure if its the same issue, but I had the same problems on two of my systems. After I deinstalled and reinstalled mysql-client-5.0.33 it went fine again. # cd /usr/ports/databases/mysql50-client/ && make deinstall && make reinstall Hope this helps Alain