[quote='hightman' pid='3753' dateline='1364707096'] phpize 后先 configure [/quote] 我有configure的。configure时也报了不少错。最后的错误提示是“configure: WARNING: unrecognized options: --with-scws” 我把configure全过程发图给您(见图stoned2.jpg)。 ----- ...
...是对scws.c进行修改,同样是890行, if ((r1->flag & SCWS_ZRULE_PREFIX) && (i < (zlen - clen))) { /* prefix, check after (zmin~zmax) */ // 先检查 zmin 字内是否全部符合要求 // 再在 zmax 范围内取得符合要求的字 // int i, j, k, ch, clen, start; 这段后面增加如...
# /usr/local/xunsearch/bin/xs-searchd -l /usr/local/xunsearch/tmp/searchd.log -b 192.168.5.180:8384 -k start WARNING: server[xs-searchd] is running (BIND:192.168.5.180:8384, PID:3938) # /usr/local/xunsearch/bin/xs-searchd -l /usr/local/xunsearch/tmp/searchd.log -b 192.168.5.180:8384 -k stop INFO: st...
...12-12-10 13:39:13 worker1[17463] [sock:7] add new task (CONN:0x38c6160, SPARE:6, TOTAL:6) 2012-12-10 13:40:33 worker1[17463] [sock:7] unknown ERROR during executing task (CMD:66) 2012-12-10 13:40:33 worker1[17463] caught system exceptional signal[6], terminate immediately 2012-12-10 13:40:33 worker1...
...,不知可有人指点? [/quote] 我也在纠结这个问题,Coreseek的多值属性可以解决这个问题!
...g & PFLAG_ADDSYM) || ch != 0x2e || !SCWS_IS_DIGIT(txt[start+1])) break; ! pflag |= PFLAG_ADDSYM; } } else { ! if (!SCWS_IS_ALPHA(ch)) { if ((pflag & PFLAG_ADDSYM) || ch != 0x27 || !SCWS_IS_ALPHA(txt[start+1])) break; --...
...:127.0.0.1) 2011-12-23 22:23:23 worker3[23507] [sock:7] add new task to thread pool (CONN:0x7eff1c0008c0, SPARE:6, TOTAL:6) 2011-12-23 22:23:23 worker3[23507] [sock:7] xapian ERROR: Document 143848 not found 2011-12-23 22:23:23 worker3[23507] [sock:7] end the task from thread pool (RC:133, CONN:0...
...是我的做测试的时候用的命令 [root@server67 php]# ps auxw | grep xs root 15274 0.0 0.0 4096 668 pts/0 S+ 16:09 0:00 grep xs root 21853 0.0 0.0 2184 652 ? S Sep17 0:04 xs-indexd: server root 21856 0.0 0.0 39536 1680 ? S Sep17 0...
...lt.fpath') . '/rules.utf8.ini'); // $so->set_duality(0); $so->set_ignore(0); $so->set_multi(0); 就是不行. 我也怀疑是词库加不上的问题.这个问题太奇怪了. 不显式 set_dict 或 add_dict 那就很正常.[hr] 再次确定了下,显式加载字典后.总有点异...
...ightman' pid='167' dateline='1320646561'] 你检查一下 /usr/include/pthread.h 是否存在? 搜索一下里面有没有 pthread_rwlock_init 还有,用 gcc -v 看一下版本 [/quote] [hr/] 存在这个文件 有 pthread_rwlock_init extern int pthread_rwlock_init (pthread_rwloc...