当前位置: 技术问答>linux和unix
在Linux下安装guagga,提示错误,请求帮助!感谢!
来源: 互联网 发布时间:2016-06-19
本文导语: 错误内容如下: [root@localhost quagga-0.99.10]# make cd . && /bin/sh /usr/local/quagga/quagga-0.99.10/missing --run autoconf aclocal.m4:20: warning: this file was generated for autoconf 2.61. You have another version of autoconf. It may work, but i...
错误内容如下:
[root@localhost quagga-0.99.10]# make
cd . && /bin/sh /usr/local/quagga/quagga-0.99.10/missing --run autoconf aclocal.m4:20: warning: this file was generated for autoconf 2.61.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
configure.ac:21: error: Autoconf version 2.60 or higher is required
aclocal.m4:7055: AM_INIT_AUTOMAKE is expanded from...
configure.ac:21: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
哪位高手指教?网上查了也找到相关解决办法!感谢!
[root@localhost quagga-0.99.10]# make
cd . && /bin/sh /usr/local/quagga/quagga-0.99.10/missing --run autoconf aclocal.m4:20: warning: this file was generated for autoconf 2.61.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
configure.ac:21: error: Autoconf version 2.60 or higher is required
aclocal.m4:7055: AM_INIT_AUTOMAKE is expanded from...
configure.ac:21: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
哪位高手指教?网上查了也找到相关解决办法!感谢!
|
./configure --help 看看有啥必要的选项。
如果没有
./configure
make
make install
如果没有
./configure
make
make install