Coreseek 3.2.14(穩(wěn)定版)
Coreseek 4.1 (測(cè)試版最新版)
mmseg: 先安裝中文分詞,再安裝shpinx, shpinx安裝的時(shí)候需要mmseg地址,這樣才能調(diào)用中文分詞
./configure —prefix=/usr/local/mmseg3
會(huì)出現(xiàn):config.status: WARNING: ?'Makefile.in' seems to ignore the --datarootdir setting
config.status: error: cannot find input file: src/Makefile.in
解決辦法:yum -y install autoconf automakelibtool
aclocal
libtoolize --force
automake --add-missing
autoconf
autoheader
make clean
然后:./configure —prefix=/usr/local/mmseg3 ?問(wèn)題搞定
然后安裝 sphinx :
首先回到csft-4.1 文件夾下面,cd csft-4.1 然后執(zhí)行,sh buildconf.sh
然后./configure --prefix=/usr/local/coreseek --with-mysql=/usr/local/mysql-5.6.20/ --with-mmseg=/usr/local/mmseg3/ --with-mmseg-includes=/usr/local/mmseg3/include/mmseg/ --with-mmseg-libs=/usr/local/mmseg3/lib/
make && make install
配置問(wèn)題: