标签:blog http os 文件 art ar sql .net
http://blog.csdn.net/e421083458/article/details/21529969
常用的命令
ps -ef|grep searchd
如果你开了search服务后,你命令比如 indexer search 后面都需要带上 --rotate
./indexer --all
./searchd
至于其它什么命令 看手册
collect2: ld returned 1 exit status
make[2]: *** [indexer] Error 1
make[2]: Leaving directory `/root/coreseek-4.1-beta/csft-4.1/src‘
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/coreseek-4.1-beta/csft-4.1/src‘
make: *** [all-recursive] Error 1
安装过程中抱这个错误的解决方法::
./src/MakeFile文件
将
LIBS = -lm -lexpat -L/usr/local/lib
改成
LIBS = -lm -lexpat -liconv -L/usr/local/lib
搭建coreseek(sphinx+mmseg3)详细安装配置+php之sphinx扩展安装+php调用示例,布布扣,bubuko.com
搭建coreseek(sphinx+mmseg3)详细安装配置+php之sphinx扩展安装+php调用示例
标签:blog http os 文件 art ar sql .net
原文地址:http://www.cnblogs.com/hxl2009/p/3871585.html