編譯 MySQL 的 “Linux thread not found” 問題
今日安裝一台新 Server,系統是 RHEL 5,在編譯 MySQL 4.0.x 的時候出現問題: # ./configure –prefix=/usr/local/mysql 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. 看來 MySQL [...]