Estaba tratando de instalar intl, una extensión de php requerida por Moodle. Utilicé
sudo pecl install intl
y recibí el siguiente error:
/private/tmp/pear/install/intl/intl_error.h:24:10: fatal error: 'ext/standard/php_smart_str.h' file not found
#include <ext/standard/php_smart_str.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [php_intl.lo] Error 1
ERROR: `make' failed
Cuando se le pidió
Specify where ICU libraries and headers can be found [DEFAULT] :
Le doy a enter.
Y he instalado autoconf por
brew install autoconf
¿Cómo abordar esta cuestión? Gracias.