반응형
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
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
반응형
'데이타베이스' 카테고리의 다른 글
MSSQL2005 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server가 없거나 액세스할 수 없습니다. (0) | 2009.04.18 |
---|---|
MYSQL STOPPING server from pid file /usr/local/mysql/var/서버명.pid (0) | 2009.04.06 |
[mysql] ERROR 1016: Can't open file: '테이블명.MYD'. (errno: 145) 복구 (0) | 2009.03.05 |
MYSQL 필드속에 일괄적으로 내용 집어넣기 (0) | 2009.01.15 |
MYSQL consider upgrading MySQL client (0) | 2009.01.15 |
DB injection script 스크립트 공격 복구 및 보안2 (0) | 2008.11.07 |
MSSQL 작업스케줄러로 반복 적으로 쿼리 실행하기 (0) | 2008.11.04 |
DB injection script 스크립트 공격 복구 및 보안 (0) | 2008.11.01 |