- 论坛徽章:
- 0
|
求救
我配置linux+apache+php+mysql+zend (源码安装)时,在安装gd时候老是安装不下去,具体代码是:
make
cd . && /bin/sh /usr/local/src/gd2/config/missing --run aclocal-1.9 -I config
/usr/local/src/gd2/config/missing: line 46: aclocal-1.9: command not found
WARNING: `aclocal-1.9' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh /usr/local/src/gd2/config/missing --run automake-1.9 --foreign
/usr/local/src/gd2/config/missing: line 46: automake-1.9: command not found
WARNING: `automake-1.9' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /bin/sh /usr/local/src/gd2/config/missing --run autoconf
configure.ac:28: error: Autoconf version 2.58 or higher is required
aclocal.m4:7870: AM_INIT_AUTOMAKE is expanded from...
configure.ac:28: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1 |
|