Intento instalar xdebug pero aparece el siguiente mensaje de error sobre 'phpize'. ¿Cómo puedo solucionar esto?phpize no funcionará en Mac OS X Lion
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
También he topado con este problema. Instalé autoconf, y lo agregué a la ruta en mi perfil de bash, pero todavía recibo este mensaje. No estoy seguro de que la instalación de autoconf tenga algo que ver con eso. – jenlampton