Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2011 20:45:48 -0500
From:      Michael Powell <nightrecon@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Which php??
Message-ID:  <iglldf$q9p$1@dough.gmane.org>
References:  <20110110212143.GA8276@thought.org> <4D2D7C3E.50404@ifdnrg.com> <20110112195347.GA21353@thought.org> <201101121758.12869.rjgonzale@estrads.com.ar> <20110112203503.GA22381@thought.org> <4D2E32AF.4000008@ifdnrg.com> <20110113001854.GA55758@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline wrote:

[snip]
> autoconf: required version 2.68 not found
> *** Error code 1
> 
> Stop in /usr/ports/security/php5-hash.
> *** Error code 1
> 
> Stop in /usr/ports/lang/php5-extensions.
> *** Error code 1
> 
> Stop in /usr/ports/lang/php5-extensions.
> 
Setting these environment variables prior to building anything PHP is a 
workaround for the autoconf stuff.

in tcsh/csh: 

setenv PHP_AUTOCONF autoconf-2.68
setenv PHP_AUTOHEADER autoheader-2.68 

Then proceed to build, install, update. This is a very old, long time ago 
type error that recurs every so often.  And this is assuming, of course, 
that the current versions are indeed installed.

-Mike





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?iglldf$q9p$1>