다른 이야기지만,
컴파일 할때 root계정에서 하시네요? 조금 위험해 보입니다.
컴파일을 일반계정에서 하시고 마지막에 make install하기 직전에 su로 root권한으로 하시면 어
떨까요 make가 없다면 까셔야 할거구, 있는데 안된다면 path 문제겠지요.
: 아파치를 컴파일 할려고 하는데요..
: 이런 에러가 나요. configure 시.
:
: # ./configure --enable-module=so
: Configuring for Apache, Version 1.3.26
: + 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.
: Creating Makefile
: Creating Configuration.apaci in src
: Creating Makefile in src
: + configured for Solaris 270 platform
: + setting C compiler to gcc
: + setting C pre-processor to gcc -E
: + checking for system header files
: ./helpers/TestCompile: make: not found
: + adding selected modules
: ./Configure: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: + using builtin Expat
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: ./helpers/TestCompile: make: not found
: + checking sizeof various data types
: ./helpers/TestCompile: make: not found
: + 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 failing. Note that
: ** Apache requires an ANSI C Compiler, such as gcc.
:
: ======== Error Output for sanity check ========
: ./helpers/TestCompile: make: not found
: ============= End of Error Report =============--상일