|
|
系统 redhat 9.0
首先下载apache_1.3.29.tar.gz
放在/tmp
然后进入apache_1.3.29
#./configure --prefix=/usr/local/apache --enable-module=so --enable-shared=max
然后make
[root@unreal apache_1.3.29]# make
===> src
make[1]: Entering directory `/root/.Trash/apache_1.3.29'
make[2]: Entering directory `/root/.Trash/apache_1.3.29/src'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/root/.Trash/apache_1.3.29/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/root/.Trash/apache_1.3.29'
make: *** [build] Error 2
出现这个错误
本人是新手,还请高手帮忙 |
|