gcc설치하구여~
아파치에서 configure를 실행했을때
[root@localhost apache_1.3.14]./configure
.
.
.
.
Crcating Makefile
Creating Configuration.apaci in src
./helpers/TestCompile: make: command not found
Creating Makefile in src
+ configure for Linux platform
.
+ setting C pre-prosessor to gcc -E
.
.
.
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failind. Note that
** Apache requires an ANSI C Compiler, such as gcc.
=============Error Out for sanity check================
====================End of Error Report===========
Aborting
[root@localhost apache_1.3.14]#
이렇게 나오더라구여~
그래서 ./src/helpers/TestCompile
파일을봐두 잘 모르겠구~~
뭐가 문제인지 누가 가르쳐주세요--.