블로그 이미지
Rootrator
1개를 알면 모르는 10개가 튀어나온다..!

calendar

1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Notice

2011. 7. 28. 17:06 Mysql
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 

해당 명령어 입력해 준후에 다시 시도해 보면 정상적으로 시도된다. 
반응형
posted by Rootrator