please help, install error

wingjoey

Verified User
Joined
Jul 24, 2005
Messages
6
please help, install error
how to slove it...

** Configuration summary for gd 2.0.34:

Support for PNG library: yes
Support for JPEG library: yes
Support for Freetype 2.x library: no
Support for Fontconfig library: yes
Support for Xpm library: no
Support for pthreads: yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
Done. Making gd-2.0.34...
Trying to make gd...
cd . && /bin/sh /usr/local/directadmin/customapache/gd-2.0.34/config/missing --run autoheader
configure.ac:28: error: Autoconf version 2.58 or higher is required
aclocal.m4:7856: AM_INIT_AUTOMAKE is expanded from...
configure.ac:28: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
make: *** [config.hin] Error 1

*** The make has failed, do you want to try to make again? (y,n):
configure: creating ./config.status
 
Are you trying to install DirectAdmin? Is your license specifically for the RedHat 9 version of DirectAdmin?

Jeff
 
i found a solution
the cause of this error is the old version of autoconf, so that ./build can not install smoothly

the solution is:
1. download the latest version of autoconf
2. tar zxvf auto.......
3. ./configure
4. make
5. make install
6. ./build php -y
7. ./build zend
 
Back
Top