Date: Mon, 12 Feb 2007 12:30:31 +0100 From: Alain Wolf <wolf@k18.ch> To: freebsd-questions@freebsd.org Cc: freebsd-questions@freebsd.org, ale@FreeBSD.org Subject: Re: php5-mysql? Message-ID: <45D04FD7.50501@k18.ch> In-Reply-To: <45D046E3.8000900@passagen.se> References: <45D046E3.8000900@passagen.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45D04FD7.50501>