不积跬步,无以至千里!
FreeBSD版本:7.3 x86
安装php52-extension时出现错误
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
解决办法如下:
执行如下命令
#setenv PHP_AUTOCONF autoconf
#setenv PHP_AUTOHEADER autoheader
如果安装的autoconf指定过版本号,此处也需要指定,如:
setenv PHP_AUTOCONF autoconf-2.68
setenv PHP_AUTOHEADER autoheader-2.68