次のコマンドを使用して、Mac 10.6"SnowLeopard"にPHPintl拡張機能をインストールしようとしています。
sudo pecl install intl
...しかし、次のエラーが発生します:
running: phpize
grep: /usr/include/php/main/php.h: No such file or directory
grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
ERROR: `phpize' failed
PHP5.3.4のバンドルApacheサーバーを使用しています。
誰かがintl拡張機能をインストールする方法を知っていますか?