查找7层协议特征的好地方.
月度存档: 一月 2010
l7-protocols
作者: 五
日期: 2010年01月31日
没有评论
harry同学的贫嘴网sphinx修复记
作者: 五
日期: 2010年01月7日
没有评论
12月中旬harry同学的贫嘴网升级后 sphinx不工作了,随后我经历了找房,租房,搬家之后,终于闲下来可以寻找问题的根源了,由于升级了php,需要重新编译pecl-sphinx,但是在编译pecl的sphinx-1.0.2时出现:
/data/src/sphinx-1.0.2/libtool: line 467: CDPATH: command not found /data/src/sphinx-1.0.2/libtool: line 1152: func_opt_split: command not found libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again.
然后根据提示,删除aclocal.m4然后autoreconf之后就可以编译过去了,然后替换成新的sphinx.so,重新启动apache,恢复正常:-0