Centos7.0下Coreseek + Sphinx 安装及配置,报错解决
1.mmseg中文分词的解压安装 一、安装前提必备先安装工具 yum -y install make gcc g++ gcc-c++ libtool autoconf automake imake mysql-devel libxml2-devel expat-devel 1.进入安装包存放路径/usr/local/src,准备coreseek安装包 cd /usr/local/src wget http://pppboy.com/wp-content/uploads/2016/02/coreseek-3.2.14.tar.gz 2.解压安装 tar zxvf coreseek-3.2.14.tar.gz 3.进入目录 cd coreseek-3.2.14/mmseg-3.2.14/ 4.执行以下命令 ./bootstrap #输出的warning信息可以忽略,如果出现error则需要解决 ./configure --prefix=/usr/local/mmseg3 make make install 注意: #如果make之后,出现以下提示 libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2