phpize ne fonctionnera pas sur Mac OS X Lion

j'essaie d'installer xdebug mais j'obtiens le message d'erreur suivant à propos de 'phpize'. Comment puis-je résoudre ce problème?

leny:~ nick$ sudo pecl install xdebug
Password:
downloading xdebug-2.1.2.tgz ...
Starting to download xdebug-2.1.2.tgz (304,229 bytes)
............done: 304,229 bytes
66 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

ERROR: `phpize' failed
26
demandé sur Cœur 2011-12-08 16:27:01

3 réponses

"Impossible de trouver le autoconf" - Installer autoconf et réessayer.

sudo port install autoconf mais vous avez besoin de Xcode et MacPorts autant que je sache.

26
répondu Narcis Radu 2012-02-10 07:09:25

Vous pouvez également installer autoconf via homebrew. Il suffit d'exécuter

brew install autoconf

Et tout fonctionnera

78
répondu jeroenbourgois 2012-03-19 18:58:49

Pour moi, je n'avais pas accepté de Xcode licence :-

$ sudo /usr/bin/m4 --version


You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.

Hit the Enter key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf'

IMPORTANT: BY USING THIS SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE FOLLOWING APPLE TERMS:
1
répondu jormerod1981 2014-03-08 17:10:03