狮身人面像搜索无法正常工作
我将 sphinx 更新为 64 位,之前是 32 位。我在命令提示符中得到了正确的结果,但是在 php 站点中测试时,它给了我垃圾值,尽管我已将 sphinxapi.php 更新为 64 位版本。有人可以帮助我吗?
I updated the sphinx to 64bit which was 32 bit earlier. I am getting proper result in command prompt, but while testing in php site it is giving me garbage value although i have updated sphinxapi.php to 64 bit version. Can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定它不是仍在运行的 32 位 searchd 吗?
尝试使用“searchd --stop”并检查 ps/top 以确保它已死亡/消失。如果没有,请使用“killall -9 searchd”来确定。
然后尝试正常启动守护进程。
...其他你应该更清楚“垃圾”的含义。
Are you sure its not the still the 32 bit searchd still running?
Try issusing "searchd --stop" and check ps/top to make sure it dead/gone. If not then use "killall -9 searchd" to be sure.
Then try starting the daemon normally.
... other you should be clearer on what 'garbage' means.