我正在运行Mac OS 10.8.2并且运行了一个开发PHP(5.3.15)Web服务器(Apache 2.2)。我需要访问项目的MSSQL数据库。我已成功配置并安装了FreeTDS。我只需要'phpize'MSSQL扩展并将其配置为使用FreeTDS运行。当我导航到终端中的MSSQL目录并尝试'phpize'时,我收到此错误:
Username-MacBook-Pro:mssql user$ phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
这是一个常见的OSX错误,是否有人知道如何修复它?
答案 0 :(得分:0)