在 mac 下 phpize 编译扩展时,出现如下报错:
Cannot find autoconf. Please check your autoconf installation and the
解决办法也简单,在终端中运行如下命令
brew install autoconf
如果 Homebrew 未安装,可先参考:Homebrew 套件管理器使 Mac OS X 更完美
在 mac 下 phpize 编译扩展时,出现如下报错:
Cannot find autoconf. Please check your autoconf installation and the
解决办法也简单,在终端中运行如下命令
brew install autoconf
如果 Homebrew 未安装,可先参考:Homebrew 套件管理器使 Mac OS X 更完美