I am trying to compile Apache 1.3.29 on a Red Hat 8.0 system.
The source is in /usr/local/src/apache_1.3.29
From here I am doing ./configure --prefix=/www --enable-module=so
I get the error message :
Error: could not find any of these C compilers
anywhere in your PATH: gcc cc acc c89
Configure terminated
Am I trying to compile from the wrong place?
I thought maybe I need to get an up to date version of gcc and I have tried getting the gcc source but of course it will not compile because there is no compiler. If I get the binary where should it be placed?