安装好coreseek,开启了服务之后,通过 sphinx php扩展去请求数据,提示:client version is higher than daemon version (client is v.1.3, daemon is v.1.22) 意思是客户端和服务端的版本不一致. 原来在安装php sphinx扩展时,需要指定coreseek源码中的 libsphinxclient 这个依赖包,所以在安装时需要指定一下路径: ./configure --with-php-config=/u…