./buildconf --force 出现的问题

dongtaishaole 2009-07-15 07:55:05
请高手指教:

./buildconf --force
Forcing buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.59 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
Running cvsclean for you.
To avoid this, install autoconf-2.13.
rebuilding configure
aclocal.m4:2056: PHP_PROG_LEX is expanded from...


怎么解决?
需要把autoconf降级么?
...全文
183 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
dongtaishaole 2009-07-16
  • 打赏
  • 举报
回复
安装了2.13.版本。而且不用自己制定目录。php会自己关联想要的版本。问题解决。
dongtaishaole 2009-07-16
  • 打赏
  • 举报
回复
多谢多谢!
zerda 2009-07-15
  • 打赏
  • 举报
回复
The best autoconf version ever is 2.13. Anything above is slow, buggy
and utter crap. And as it works, why fix it? So just install the old
version and you're done. Newer is not always better..

Free hint: You can have multiple autoconf versions around. Just set
PHP_AUTOCONF and PHP_AUTOHEADER to point to the old versions, something
like this:

# export PHP_AUTOCONF=/usr/bin/autoconf213
# export PHP_AUTOHEADER=/usr/bin/autoheader213

Then buildconf and phpize stuff will use the old (working) versions. :)

参考:http://bugs.php.net/bug.php?id=43384&edit=1

不用降级,再装一个autoconf,然后指定下目录就OK。

21,891

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧