본문 바로가기
데이타베이스

MYSQL 설치시 configure: error: 발생시

by 세이박스 2009. 1. 15.
반응형
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.


가 나타나면....

/usr/include/pthread.h 파일에서
암때나
/* Linuxthreads */
를 입력

이유 :
mysql configure 과정에서
pthread.h 파일을 찾아 위 문구가 있는지 조사하는데 Fedora Core 4의 glibc는 없으니까 에러남.

echo '/* Linuxthreads */' >> /usr/include/pthread.h

입력후 다시 ./configure 처리 해보세요!


checking whether build environment is sane... configure: error: newly created file is older than distributed files!

가 나타나면....
mysql 개발일이랑 지금 시간이랑 논리적인 오류가 있을때 생겨남
/usr/bin/rdate -s time.bora.net


출처 : 세이박스 http://saybox.tistory.com


반응형