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는
당연히 없으니 에러가 납니다!
-----------------------------------------------------------------------
흠...결국엔 요즘배포판 버전에는 상관이 없다는 말인가??
혹시나 하는마음에 글작성..
- 출처 : 서버구글 -




