2006/11/05 22:58 :: R&D
daon에 있는 서버에 sql작업할게 생겨서 삽질하던 차에..
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. See the Installation chapter in the
Reference Manual for more information.
...
wtf?
해결방법은 의외로 간단했다.
/usr/include/pthread.h 를 열고
/* Linuxthreads */ 라는 줄을 추가해주면 끝..
원인은 FC4에선 새로운 glibc를 사용하는데, 저 줄이 누락되었다 -_-
쑤밧 구글님 만세
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. See the Installation chapter in the
Reference Manual for more information.
...
wtf?
해결방법은 의외로 간단했다.
/usr/include/pthread.h 를 열고
/* Linuxthreads */ 라는 줄을 추가해주면 끝..
원인은 FC4에선 새로운 glibc를 사용하는데, 저 줄이 누락되었다 -_-
쑤밧 구글님 만세
| 태그 : | 페도라4 |
