2011. 7. 28. 17:06
Mysql
mysql configure시에
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
뭐 이런 에러가 뜬다.
[root@localhost ~]# echo '/* Linuxthreads */' >> /usr/include/pthread.h
해당 명령어 입력해 준후에 다시 시도해 보면 정상적으로 시도된다.
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
뭐 이런 에러가 뜬다.
[root@localhost ~]# echo '/* Linuxthreads */' >> /usr/include/pthread.h
해당 명령어 입력해 준후에 다시 시도해 보면 정상적으로 시도된다.
반응형
'Mysql' 카테고리의 다른 글
Mysql에서 too many connection에러 (0) | 2011.10.11 |
---|---|
1017 : Can't find file: '테이블명.frm' (errno: 13) (0) | 2011.09.22 |
Got error 127 from storage engine (0) | 2011.07.06 |
mysqldump를 이용한 게시물 일괄 수정 (0) | 2011.03.30 |
깨진 테이블 복구하기 (0) | 2011.03.24 |