Fedora5에서 mysql4설치시 "LinuxThreads"... "Not found"와같은 에러가 난다.

/usr/include/pthread.h

파일에

/*Linuxthreads*/

한줄 추가하면 된다.

원인

mysql configure과정에서 pthread.h 파일에서 위문구가 있는지 조사하는데

Fedora Core 4이상의 glibc는 위의 줄이 빠져있어서 에러가 난다.

자료 네이버 지식검색

Posted by soowook
,