mysql 소스컴파일시 에러문구
configure: WARNING: unrecognized options: --without-bench
컴파일 끝나고 나니 이렇게 메시지가 나오내요.
버전은 mysql-5.1.32입니다.
분명 5.1버전에서 지원하더라구요. mysql.org에 문서에서 검색하니 5.1문서에 나오내요
이 옵션이 ./configure --help에는 없습니다.
어떤 장단에 마춰야하는지 모르겠습니다.
----------------------------------------------------------------------
추가 질문^^;
apache설치중 make시 에러가 발생하내요.
# ./configure --prefix=/usr/local/apache --enable-so --with-module=rewrite --with-module=headers --enable-ssl
# make
생략..
/local/src/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_mime.c && touch mod_mime.lo
/usr/local/src/httpd-2.2.15/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib64 -o libmod_mime.la mod_mime.lo
make[3]: Leaving directory `/usr/local/src/httpd-2.2.15/modules/http'
make[2]: Leaving directory `/usr/local/src/httpd-2.2.15/modules/http'
Making all in headers
make[2]: Entering directory `/usr/local/src/httpd-2.2.15/modules/headers'
make[3]: Entering directory `/usr/local/src/httpd-2.2.15/modules/headers'
make[3]: *** No rule to make target `mod_headers.lo', needed by `libmod_headers.la'. Stop.
make[3]: Leaving directory `/usr/local/src/httpd-2.2.15/modules/headers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/httpd-2.2.15/modules/headers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/httpd-2.2.15/modules'
make: *** [all-recursive] Error 1
[root@localhost httpd-2.2.15]# make check
make: *** No rule to make target `check'. Stop.
어디서 에러가 난지도 확인할줄 몰라서 이렇게 올려요.
google 검색해도 안나오더군요.
문서 파일 이 갱신안된거 아닐까여.
소스하고 문서가 불일치 할경우에는 소스 파일을 우선하는 게 좋을거 같은데여.
즐린
즐린
내 ~
지금 --without-bench없이 해보니 잘되니는 하내욤~
답변 감사합니다.
댓글 달기