Mysql 설치시 LinuxThreads 에러 메세지

by 조쉬 posted Feb 27, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

mysql 설치중 아래와 같은 error 메세지 발생시에는 간단히 아래 방법대로 해보시면 됩니다.

checking "LinuxThreads"... "Not found"
configure: error: This is a linux system and Linuxthreads was not
found. On linux Linuxthreads should be used. Please install Linuxthreads
(or a new glibc) and try again. See the Installation chapter in the
Reference Manual for more information.


방법:
/usr/include/pthread.h 화일을 열어 맨위 부분쯤에 아래 내용을 추가 하고 저장 합니다.

/* Linuxthreads */

mysql configure 과정에서 pthread.h 파일을 찾아 위 내용이 있는지 확인하는 것으로
glibc에서 없는 경우 에러 메세지가 난다고 합니다.