I am in verse to compile apache through source on RHEL 4 Update 8.
here I am stuck with:
Code:
[root@localhost apache2withssl]# ./configure --prefix=/opt/apache2withssl --enable-so --enable-proxy --enable-ssl --enable-setenvif --enable-modules=all 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
configure: WARNING: Unrecognized options: --enable-so, --enable-proxy, --enable-ssl, --enable-setenvif, --enable-modules
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.0
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
[root@localhost apache2withssl]# rpm -qa gcc
[root@localhost apache2withssl]#