你的位置:首页 > 默认分类

CentOS下编译安装coreseek-4.1-beta

2017-02-22 浏览:(1406) 默认分类 评论(0)

下载coreseek-4.1-beta

wget http://files.opstool.com/man/coreseek-4.1-beta.tar.gz
tar -xzvf coreseek-4.1-beta.tar.gz
cd coreseek-4.1-beta

编译安装mmseg-3.2.14

cd mmseg-3.2.14
./configure --prefix=/opt/coreseek-4.1
make
make install

如果出现这种报错config.status: error: cannot find input file: src/Makefile.in,就在configure 之前执行如下命令

aclocal
libtoolize --force
automake --add-missing
autoconf
autoheader
make clean

编译安装csft-4.1

cd csft-4.1/
./buildconf.sh
./configure --prefix=/opt/coreseek-4.1 --without-unixodbc --with-mmseg --with-mmseg-includes=/opt/coreseek-4.1/include/mmseg/ --with-mmseg-libs=/opt/coreseek-4.1/lib/ --with-mysql
make
make install

  • 发表评论
  • 查看评论
【暂无评论!】

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。