guoybb
新手上路

UID 73318
精华
0
积分 46
帖子 34
金钱 46 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2006-5-13
状态 离线
|
Linux5装Apache2 make install 没用
在Red Hat Enterprise Linux 5 安装Apache 2:
[root@localhost apache]# ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.2.7
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
[root@localhost apache]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost apache]# make install
make: *** 没有规则可以创建目标“install”。 停止。
[root@localhost apache]#
|
|