APM을 소스로 설치하고 있는데요.
mysql은 소스로 잘 깔렸습니다.
그런데 apache를 소스로 깔때 ./configure를 하는데 다음과 같은 에러가 납니다.
Configuring for Apache, Version 1.3.27
./configure: wc: command not found
./configure: wc: command not found
+ Warning: Your 'echo' command is slightly broken.
+ It interprets escape sequences per default. We already
+ tried 'echo -E' but had no real success. If errors occur
+ please set the SEO variable in 'configure' manually to
+ the required 'echo' options, i.e. those which force your
+ 'echo' to not interpret escape sequences per default.
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
+ using installation path layout: Apache (config.layout)
+ Warning: no Perl interpreter detected for support scripts.
+ Perhaps you need to specify one with --with-perl=FILE.
src/helpers/getuid.sh: who: command not found
src/helpers/getuid.sh: tail: command not found
Creating Makefile
Creating Configuration.apaci in src
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./configure: tr: command not found
./Configure: head: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./helpers/CutRule: tr: command not found
./Configure: tail: command not found
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
이건 gcc가 안돌아간다는 얘기인가요?
이런 경우에는 어떻게 해결을 해야하나요?
참고로 레드햇 7.2를 쓰고 있고 gcc 버전은 2.96, 아파치 버전은 1.3.27
입니다.
고수님들의 답변을 기다립니다.