Entry
I am trying to install 1.3.19 adn when I run .configure I keep on getting this message "Error: could not find any of these C compilers anywhere ..."
Jun 21st, 2002 00:15
Jc Imbeault, Corne,
What this means is that you don't have the needed compilers installed.
You download the Apache source and then ran ./configure which then
warned you that what it needs to compile Apache is not to be found on
your system.
To fix this install a C compiler. (gcc for example. If you are using a
Linux distribution there is definitely a C compiler included on you
distro's CDs.)
Jc