|
|
发表于 2004-3-16 11:57:58
|
显示全部楼层
打上补丁后安装出现如下错误:
[root@ntsp kingate-1.5]# make
cd . && /bin/sh /root/kingate-1.5/missing --run aclocal-1.8
/root/kingate-1.5/missing: line 46: aclocal-1.8: command not found
WARNING: `aclocal-1.8' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh /root/kingate-1.5/missing --run automake-1.8 --gnu
/root/kingate-1.5/missing: line 46: automake-1.8: command not found
WARNING: `automake-1.8' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /bin/sh /root/kingate-1.5/missing --run autoconf
configure.in:4: error: Autoconf version 2.58 or higher is required
aclocal.m4:524: AM_INIT_AUTOMAKE is expanded from...
configure.in:4: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
安装步骤:
tar xvfz kingate-1.5.tar.gz
patch -p0 < kingate-1.6-pre1
cd kingate-1.5
./configure
make
make install |
|