linux安装php sphinx出错

2020-12-13 04:44

阅读:374

标签:style   blog   class   code   c   java   

安装sphinx的php客户端

soscw.com,搜素材
# wget -c http://pecl.php.net/get/sphinx-1.3.0.tgz
# tar zxvf sphinx-1.3.0.tgz
# cd sphinx-1.3.0
# phpize
# ./configure --with-php-config=/usr/local/php5410/bin/php-config
# make && make install
soscw.com,搜素材

./configure的时候出错,提示checking for libsphinxclient headers in default path... not found configure: error: Cannot find libsphinxclient headers 。

找了下libsphinxclient,在/www/soft/csft-3.2.13/api/libsphinxclient,之前安装的是coreseek3.2.13版。进入该目录,重新编译

soscw.com,搜素材
cd libsphinxclient/
./configure make && make install
soscw.com,搜素材

然后再次编译sphinx的php客户端就可以了

linux安装php sphinx出错,搜素材,soscw.com

linux安装php sphinx出错

标签:style   blog   class   code   c   java   

原文地址:http://www.cnblogs.com/zl0372/p/sphinx_php.html


评论


亲,登录后才可以留言!