liyunlong 发表于 2011-3-26 23:00:39

ubuntu 10.1 ERROR

oot@liyunlong-HP-Compaq-6710b-RM406UT-ABA:/home/liyunlong/lnmp0.6-full/php-5.2.14# make ZEND_EXTRA_LIBS='-liconv'
cd /home/liyunlong/lnmp0.6-full/php-5.2.14/libevent && make libevent.a
make: 正在进入目录 `/home/liyunlong/lnmp0.6-full/php-5.2.14/libevent'
cd /home/liyunlong/lnmp0.6-full/php-5.2.14/libevent && /bin/bash /home/liyunlong/lnmp0.6-full/php-5.2.14/libevent/missing --run autoconf
FATAL ERROR: Autoconf version 2.58 or higher is required for this script
make: *** 错误 1
make:正在离开目录 `/home/liyunlong/lnmp0.6-full/php-5.2.14/libevent'
make: *** 错误 2
root@liyunlong-HP-Compaq-6710b-RM406UT-ABA:/home/liyunlong/lnmp0.6-full/php-5.2.14#

licess 发表于 2011-3-27 08:19:26

Autoconf 版本太高

你是手动安装的吗?

liyunlong 发表于 2011-3-28 16:32:52

不是。。。。。先自动安装 ! 502 bad gateway !在手动安装!

liyunlong 发表于 2011-3-28 16:40:10

如何降低版本...............................

licess 发表于 2011-3-28 17:13:35

回复 4# 的帖子

看ubuntu.sh 吧,里面有

liyunlong 发表于 2011-3-28 17:36:03

apt-get remove -y autoconf autoconf2.13 automake automake1.9
tar zxvf autoconf-2.13.tar.gz
cd autoconf-2.13/
./configure
make && make install
cd ../

tar zxvf automake-1.4.tar.gz
cd automake-1.4/
./configure
make && make install
cd ../

这样子后还不行呢
页: [1]
查看完整版本: ubuntu 10.1 ERROR