mysql 설치중 에러
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.
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.
코어4에서는 새로운 glibc를 쓰는데...
/usr/include/pthread.h 에 /* Linuxthreads */ 라고 추가해줘야 한다는군요..
echo "/* Linuxthreads */" >> /usr/include/pthread.h
첫줄에 넣어두 되고 아무곳에나....
원인!!
mysql configure과정에서
pthread.h파일을 찾아 위 문구가 있는지 조사합니다.
Fedora Core4의 gllibc는 당연히 없으니 에러가 납니다!
'개발 > Mysql' 카테고리의 다른 글
myisam 자동복구 옵션 (0) | 2012.02.05 |
---|---|
DB 에러복구 (0) | 2012.02.05 |
MySQL 로그 파일 관리 - mysql rotate를 이용하여 쿼리 로그 확인 (0) | 2012.02.05 |
slow_query (0) | 2012.02.05 |
mysql data디렉토리 변경 (0) | 2012.02.05 |