下載穩定版 coreseek wget http://www.coreseek.cn/uploads/csft/3.2/coreseek-3.2.14.tar.gz 解壓 tar -zxvf coreseek-3.2.14.tar.gz cd coreseek-3.2.14/mmseg-3.2.14/ 安裝mmseg(如出現錯誤見附1) ./configure --prefix=/usr/local/mmseg make make install 安裝csft cd ../csft-3.2.14/ ./configure --prefix=/usr/local/coreseek --with-mmseg=/usr/local/mmseg --with-mmseg-includes=/usr/local/mmseg/include/mmseg/ --with-mmseg-libs=/usr/local/mmseg/lib/ --with-mysql=/usr/local/mysql/ make make install 附1: 報:config.status: error: cannot find input file: src/Makefile.in 依次執行如下代碼 yum -y install autoconf automake aclocal automake --add-missing autoconf autoheader make clean 在進行 ./configure --prefix=/usr/local/mmseg make make install