我必须在我的 Ubuntu 11.10 上安装 Sphinx 才能在 ruby 应用程序上运行。
我设法通过 synaptics 安装它,但是当我运行我的 sphinx( rake ts:rebuild
) 时,我收到一条错误消息:
Sphinx cannot be found on your system. You may need to configure the following
settings in your config/sphinx.yml file:
* bin_path
* searchd_binary_name
* indexer_binary_name
我想我只需要用正确的信息编辑文件sphinx.yml
,但是嘿,我似乎找不到 sphinx 在哪里。有什么帮助吗?
答案1
在bash中:
which searchd
which indexer