1.2.33이라면 언제적 버전이죠? 기억이 가물하군요.
apache 최신버전은 1.3.27로 알고있습니다. 무리가 없다면 최신버전을 설치해보세요. 그리고
아래 configure error는 퍼미션 문제로추정됩니다. 퍼미션을 다시 조정하던지, 아니면 이전 소
스디렉토리를 삭제하고 소스를 새로 풀어서 시도해보세요. : configure error 조언 부탁드립니
다. : 아파치를 설치하려고 configure하면 : ./helpers/TestCompile:/apache_1.2.33/src/helpers/testfunc: cannot
execute binary file : 와 같은 에러가 뜹니다.
: 그래서인지 그 이후에 make와 makeinstall 또한 안됩니다.
: 그전에 잘 설치되었던 것인데 해킹을 당한것인지...ㅠㅠ
: 조언 부탁드리겠습니다.
:
:
:
:
: [root@ns apache_1.2.33]# ./configure --prefix=/usr/local/apache
: Configuring for Apache, Version 1.3.22
: + using installation path layout: Apache (config.layout)
: Creating Makefile
: Creating Configuration.apaci in src
: ./helpers/TestCompile:/apache_1.2.33/src/helpers/testfunc: cannot execute binary file
: ./helpers/TestCompile:/apache_1.2.33/src/helpers/testfunc: cannot execute binary file
: ./helpers/TestCompile:/apache_1.2.33/src/helpers/testfunc: cannot execute binary file
: ./helpers/TestCompile:/apache_1.2.33/src/helpers/testfunc: cannot execute binary file
: ./helpers/TestCompile:/apache_1.2.33/src/helpers/testfunc: cannot execute binary file
: Creating Makefile in src
: + configured for Linux platform
: + setting C compiler to gcc
: + setting C pre-processor to gcc -E
: + checking for system header files
: + adding selected modules
: + using builtin Expat
: + checking sizeof various data types
: + doing sanity check on compiler and options
: Creating Makefile in src/support
: Creating Makefile in src/regex
: Creating Makefile in src/os/unix
: Creating Makefile in src/ap
: Creating Makefile in src/main
: Creating Makefile in src/lib/expat-lite
: Creating Makefile in src/modules/standard
: [root@ns apache_1.2.33]#--Still having fun.