저...아파치를 설치하려고 configure 를 했더니
C compiler 관련 error가 나는데.. 어떻해 해야할지..
그리고 gcc cc acc c89에 대한 구문도 궁금해서요.
[root@localhost apache_1.3.9]# ./configure --prefix=/usr/local/httpd
Configuring for Apache, Version 1.3.9
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
Error: could not find any of these C compilers
anywhere in your PATH: gcc cc acc c89
Configure terminated
[root@localhost apache_1.3.9]#--`