apache源码无法安装(新手)

apache源码无法安装(新手)

具体错误如下:
root@localhost httpd-2.2.11]# ./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.3.3
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/httpd-2.2.11/srclib/apr':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
[root@localhost httpd-2.2.11]#
make报错是:
make: *** No targets specified and no makefile found.  Stop.


请大家帮忙,因为是新手,所以不知道如何解决。
configure: error: in `/root/httpd-2.2.11/srclib/apr':

first need install apr and aprutlis
什么原因导致的?如何让解决,这是主要
先装apr 和 aprutlis 包
二楼说的很清楚哦