当我运行phpsize时,会出现以下错误:
$ cd /usr/local/xcache-2.0.0
$ 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.
我已经安装了xcode 4.3.2
答案 0 :(得分:2)
您需要autoconf
实用程序才能完成安装。您可以安装Homebrew,然后执行
brew install autoconf
之后重复安装XCache。
我更喜欢Homebrew,因为它易于使用,并且它将所有数据放在/ usr / local中,并且不要求您提供sudo密码。因此,与MacPot相比,它可以减少系统中的垃圾。 但是,任何包管理器都会提供帮助。
UPD: 不要忘记检查XCode是否安装了命令行工具