freebsd8.2里安装php的扩展出现 checking for scws.h... yes, found in /usr/local/scws checking for scws_new in -lscws... no configure: error: Incorrect scws library 有没有遇到过这种情况,, cd phpext/ phpize ./configure --with-scws=/usr/local/scws ..... configure: error: ...
这大概是FREEBSD 8.X的一些不兼容造成的,安装完毕后没有连接动态库。 解决办法: cd /usr/local/scws/lib ln -s libscws.so.1.1.0 libscws.so
[quote='hightman' pid='388' dateline='1324865916'] 都是 setFacets 开启精确匹配才导致的吗? [/quote] 中间有一次debug故障,我调试了XS.php中的XSSearch类的search()方法,断电调试了while(true)中$res的变化,发现终止在了facets相关的处理上,把setF...
重启一下服务 端吧,应该是直接 rebuild 没有完成。 bin/xs-ctl.sh restart
[quote='hightman' pid='184' dateline='1320990561'] 重启一下服务 端吧,应该是直接 rebuild 没有完成。 bin/xs-ctl.sh restart [/quote] 重新启动服务试过,后来服务器也重启过了。但一直是这个错误,估计是和我删除了部分临时文件有关系?
重启后不应该还会提示 rebuilding 你可以 ps 看一下是不是重启成功了 试试先 bin/xs-ctl.sh fastrestart
...t 启动,但关闭时用的bin/xs-ctl.sh restart ,这个的话就会出现上面描述的问题了。 其实就是用bin/xs-ctl.sh -b inet restart 重启就可以了....
...xunsearch,数据量不大,10W+左右 在测试的时候偶尔卡顿后出现如下错误: [b]Failed to recv the data from server completely (SIZE:0/302, REASON:timeout)[/b] 其中REASON会有两种情况 REASON:timeout REASON:colose xunsearch版本 xs-indexd: xunsearch/1.4.8 (inde...
Fatal error: Declaration of XSDebugFilter::process() must be compatible with that of XSDataFilter::process() in /home/vhost/k2012.metalsinfo.com/sdk/php/util/XSDataSource.class.php on line 890[hr] 自己找到解决方法: interface XSDataFilter { /** * 数据处理函数, 返回 false ...
[quote='hightman' pid='381' dateline='1324743531'] 多谢提供相关信息,将进一步排查,从提示看是不是你的数据库正在变动呢? [/quote] 呵呵,平安夜这么晚还回复啊。 刚又发生故障了,个别关键字频繁会报错。 我现在对出错原因也...