ソースをダウンロードして Sphinx (ディストリビューション: archlinux) をインストールしました。次に、Rails 用の「Thinking Sphinx」プラグインをインストールしました。
公式ページのセットアップとRyan Bates のこのスクリーンキャストに従いましたが、モデルのインデックスを作成しようとすると、次のエラーが表示されます。
$ rake thinking_sphinx:index
(in /home/benoror/Dropbox/Proyectos/cotizahoy)
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
For more information, read the documentation:
http://freelancing-god.github.com/ts/en/advanced_config.html
Generating Configuration to /home/benoror/Dropbox/Proyectos/cotizahoy/config/development.sphinx.conf
sh: indexer: command not found
config/sphinx.yml ファイルを変更して、デーモンを手動で開始してみました (/usr/bin/sphinx-searchd):
devlopment:
searchd_binary_name: sphinx-searchd
indexer_binary_name: sphinx-indexer
しかし、同じエラーが表示されます。アイデアはありますか?