我在安?Apache的?候??,出?如下信息:
[root@localhost apache_1.3.36]# make
===> src
make[1]: Entering directory `/root/apache_1.3.36'
make[2]: Entering directory `/root/apache_1.3.36/src'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/root/apache_1.3.36/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/root/apache_1.3.36'
make: *** [build] Error 2
???是什?意思啊?怎?解?啊???啦!
                  	
				

Ilovetf 于 2008-04-25 08:43:41发表:
?上的能?????? 我先?行tar命令解?,?解?後的文件?copy到/root/chen下,?cd/root/chen, 再?行./configure,?行後文件?下?生了很多文件,(ABOUT_APACHE build configure.in InstallBin.dsp modules server
acconfig.h BuildBin.dsp docs LAYOUT NOTICE srclib
acinclude.m4 buildconf emacs-style libhttpd.dsp NWGNUmakefile
Apache.dsp CHANGES httpd.spec LICENSE os
Apache.dsw config.layout include Makefile.in README
apachenw.mcp.zip configure INSTALL Makefile.win README.platforms)
之後我?行make就出?上面的信息.不知道怎?解?.?各位?教.
yezhulin1982 于 2008-04-24 20:33:35发表:
无Makefile文件或此文件有问题,当然也就无法编译。
首先运行./configure,检查该程序运行时所必需的环境。
如果检查到所到缺少的软件包,手动安装。
如果无此程序,那就要手动修改Makefile。