How do I Install the new version of Apache?
I went to the apache.org website and followed the instructions on how to install it. Well I downloaded the httpd-2.0.47.tar file and then I succesfully untarred it on my machine. Then I proceeded to type ./configure but this is what came up:
[root@luckyclay httpd-2.0.47]# ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
Configuring APR library
Platform: i686-pc-linux-gnuoldld
checking for working mkdir -p... yes
APR Version: 0.9.4
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
configure failed for srclib/apr
What is this C compiler? and if so how can I obtain it to install this new version of apache?
So if anyone can help on this matter I will be gladly appreciative
|