Centos 6.0 에서 mysql 설치시 warning 들~
안녕하세요
비가 억수로 많이 오는군요~^^
다름이 아니라 Centos 6.0에 mysql 5.5.14를 소스 설치하려고 합니다.
Centos6.0은 설치시 minimal 로 설치하였습니다.
그런데 mysql 5.5.14를 컴파일시 아래와 같은 warning 가 두군데서 발생합니다.
--------------------- 아래 -------------------------
/home/black/inst_file/mysql-5.5.14/vio/viosslfactories.c: In function ‘new_VioSSLConnectorFd’:
/home/black/inst_file/mysql-5.5.14/vio/viosslfactories.c:265: warning: passing argument 6 of ‘new_VioSSLFd’ discards qualifiers from pointer target type
/home/black/inst_file/mysql-5.5.14/vio/viosslfactories.c:165: note: expected ‘struct SSL_METHOD *’ but argument is of type ‘const struct SSL_METHOD *’
/home/black/inst_file/mysql-5.5.14/vio/viosslfactories.c: In function ‘new_VioSSLAcceptorFd’:
/home/black/inst_file/mysql-5.5.14/vio/viosslfactories.c:287: warning: passing argument 6 of ‘new_VioSSLFd’ discards qualifiers from pointer target type
/home/black/inst_file/mysql-5.5.14/vio/viosslfactories.c:165: note: expected ‘struct SSL_METHOD *’ but argument is of type ‘const struct SSL_METHOD *’
그리고
CMakeFiles/perror.dir/perror.c.o: In function `main':
perror.c:(.text+0x2d3): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
perror.c:(.text+0x31a): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
[ 73%] Built target perror
----------------------------------------------------
이 warning을 없애는 방법이 있을까요?
서버로 쓰려고 하는데 컴파일시 warning 이 뜨니까 계속 찝찝하네요....
감사합니다.
댓글 달기