El caso es que cuando ejecuto:
Código:
Obtengo la siguiente salida:pecl install xdebug
Código:
Si intento instalarlo manualmente, al ejecutar phpize recibo la misma salida. Supongo que será un problema de versiones, pero se supone que tengo todas las dependencias satisfechas (libtool ya está en su versión más reciente).downloading xdebug-2.0.4.tgz ... Starting to download xdebug-2.0.4.tgz (288,497 bytes) .............done: 288,497 bytes 67 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20090115 Zend Extension Api No: 220090115 cp: no se puede efectuar `stat' sobre «libtool.m4»: No existe el fichero o el directorio cp: no se puede efectuar `stat' sobre «ltmain.sh»: No existe el fichero o el directorio cat: ./build/libtool.m4: No existe el fichero o el directorio configure.in:8: warning: LT_AC_PROG_SED is m4_require'd but not m4_defun'd aclocal.m4:2631: PHP_CONFIG_NICE is expanded from... configure.in:8: the top level configure.in:143: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:2243: error: possibly undefined macro: LT_AC_PROG_SED ERROR: `phpize' failed
¿Alguien me puede echar una mano?