MySql 설치에러 : checking "LinuxThreads"... "Not found"
리눅스/MySQL2015. 1. 16. 11:38
반응형
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
해당 명령어 입력해 준후에 다시 시도해 보면 정상적으로 시도된다.
[출처] ROOT + ADMINISTRATOR | Rootrator (http://rootrator.tistory.com/46)
반응형
'리눅스 > MySQL' 카테고리의 다른 글
[MySQL] DB 테이블 연산자 - UNION (두 개 이상 테이블 합치기) (0) | 2015.01.16 |
---|---|
MySQL 5.5 에서 timestamp(14) 사용이 되지 않을때 (0) | 2015.01.16 |
MySql error Can’t open file: ‘host.MYI’. (errno: 142) (0) | 2015.01.16 |
MySQL 튜닝하기 (0) | 2015.01.16 |
mysql 바이너리 로그파일 보관일수 설정 (0) | 2015.01.16 |
댓글()