아파치 설치시 configure 실행시 에러
작성자 정보
- 남현미 작성
- 작성일
컨텐츠 정보
- 2,070 조회
- 0 추천
- 목록
본문
안녕하세요...
아파치 2.0 버전을 다운로드 받아서..
압축풀고,
/usr/local에 apache-2.0이란 디렉토리를 만들었습니다.
그리고, src 디렉토리로 이동해서
./buildconf
실행하면..
aclocal.m4:403: /usr/bin/m4: Non-numeric argument to built-in `divert'
autom4te: /usr/bin/m4 failed with exit status: 1
make[1]: *** [lib/apr/shmem/unix/mm/configure] 오류 1
make: *** [all] 오류 2
나요.. 그래서 configure란 파일은 만들어져있더라구요..
그래서 그냥 ./configure를 하면..
./configure --prefix=/usr/local/apache-2.0
으로 해봐도 안되고,
./configure --prefix=/usr/local/apache-2.0 --enable-shared=max --enable-rule=SHARED_CORE --enable-module=so
해봐도 동일한 에러가 발생합니다.
에러내용은:
./configure: line 9904: syntax error near unexpected token `newline'
./configure: line 9904: ` yes:no'
입니다.
그래서 vi configure를 열어서 9904라인으로 이동했는데,
9899 if test -z "$ac_cpp_err"; then
9900 ac_header_preproc=yes
9901 else
9902 echo "$as_me: failed program was:" >&5
9903 sed 's/^/| /' conftest.$ac_ext >&5
9904
9905 ac_header_preproc=no
9906 fi
이렇게 되어 있습니다. 9904 라인은 공백인데요..
어째서 이런지 알고 싶습니다.
고수님들의 연락을 기다리고 있겠습니다.
관련자료
-
이전
-
다음