你的位置:首页 > 默认分类
下载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

- 发表评论
- 查看评论
【暂无评论!】发表评论: