리눅스 분류
MPM을 worker로 변경하려고 합니다.
작성자 정보
- NiNETAiL 작성
- 작성일
컨텐츠 정보
- 1,705 조회
- 1 댓글
- 0 추천
- 목록
본문
현재 아파치 설치 위치는 /usr/local/apache/ 소스 위치는 /root/httpd-2.2.4 입니다.
prefork를 worker로 변경하려고 합니다.
# ./configure --prefix=/usr/local/apache --with-mpm=worker --enable-suexec --enable-rewrite --enable-so
# make
# make install
을 했는데 make와 make install 시
collect2: ld returned 1 exit status
make[1]: *** [httpd] 오류 1
make[1]: Leaving directory `/root/httpd-2.2.4'
make: *** [install-recursive] 오류 1
이런 오류가 나옵니다.
# /usr/local/apache/bin/httpd -V 으로 확인 해보니 여전히 prefork로 나오고요.
무언가 빠진 작업이 있을까요?
prefork를 worker로 변경하려고 합니다.
# ./configure --prefix=/usr/local/apache --with-mpm=worker --enable-suexec --enable-rewrite --enable-so
# make
# make install
을 했는데 make와 make install 시
collect2: ld returned 1 exit status
make[1]: *** [httpd] 오류 1
make[1]: Leaving directory `/root/httpd-2.2.4'
make: *** [install-recursive] 오류 1
이런 오류가 나옵니다.
# /usr/local/apache/bin/httpd -V 으로 확인 해보니 여전히 prefork로 나오고요.
무언가 빠진 작업이 있을까요?
관련자료
-
이전
-
다음
댓글 1
암흑도깨비님의 댓글
- 암흑도깨비
- 작성일
make clean을 해보시고 다시 빌드를 해보셨는지요?