From owner-freebsd-i386@FreeBSD.ORG Mon Nov 28 22:10:43 2005 Return-Path: X-Original-To: freebsd-i386@freebsd.org Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E114916A41F for ; Mon, 28 Nov 2005 22:10:43 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DDD43D53 for ; Mon, 28 Nov 2005 22:10:42 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id BD667997DEA; Mon, 28 Nov 2005 23:10:41 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21784-03; Mon, 28 Nov 2005 23:10:38 +0100 (CET) Received: from [80.98.231.227] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 47A2E997447; Mon, 28 Nov 2005 23:10:38 +0100 (CET) Message-ID: <438B805E.40001@t-hosting.hu> Date: Mon, 28 Nov 2005 23:10:38 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tilman Linneweh References: <20051128155535.23065.qmail@web35202.mail.mud.yahoo.com> <22856e29fb3eb00dcd410ce757560b45@arved.at> In-Reply-To: <22856e29fb3eb00dcd410ce757560b45@arved.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: Umar Draz , freebsd-i386@freebsd.org Subject: Re: Help Me X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 22:10:44 -0000 Tilman Linneweh wrote: > > Am 28.11.2005 um 16:55 schrieb Umar Draz: > >> i have FreeBSD 4.11 Server. I want to install php >> fileinfo. When I use php install fileinfo then i got >> this error >> >> >> tarting to download Fileinfo-1.0.1.tgz (5,697 bytes) >> .....done: 5,697 bytes >> 3 source files, building >> running: phpize >> Configuring for: >> PHP Api Version: 20020918 >> Zend Module Api No: 20020429 >> Zend Extension Api No: 20050606 >> Cannot find autoconf. Please check your autoconf >> installation and the $PHP_AUTOCONF >> environment variable is set correctly and then rerun >> this script. >> >> `phpize' failed >> >> >> i have installed gnu-autoconf, gnu-automake. > > > These ports don't have anything to do with the error. > The ports system uses the autoconf* ports. > >> >> Please help what i should do for this >> > > Report to the port maintainer or the questions@ or ports@ Mailinglist. > No, please don't do that. This isn't an a bug. There is a collision between the installed php and the modules You try to install since they aren't from the same version! You must have updated the ports tree since You installed php, did You? The simplest solution is to backup related configuration files, remove php and *all* php modules, update ports tree and reinstall php with the modules You want. I solved the same error in this way. Cheers, Gabor Kovesdan