[PHP] checking lex 2.6.x kernel에서 linux thread가 아닌 NTPL을 사용합니다. 이는 아래와 같은 방법으로 간단하게 처리할 수 있습니다.
// 처리 방법 [root@ns1 23:06:29 ~]$ echo '/* Linuxthreads */' >> /usr/include/pthread.h
// 테스트 컴파일 옵션 ./configure --prefix=/usr/local/mysql \ --with-charset=euc_kr \ --with-berkeley-db \ --localstatedir=/usr/local/mysql/data
// 에러 메시지 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. output file root... ./configure: line 2554: lex: command not found 컴파일에러시 |