検索機能にgem「thinking-sphinx」、「2.0.10」を使用しています。これについてはhttp://railscasts.com/episodes/120-thinking-sphinxチュートリアルに従っています。
script/plugin install git://github.com/freelancing-god/thinking-sphinx.git
rake thinking_sphinx:index
これらの 2 つの手順は問題なく実行されましたが、rake think_sphinx:start を実行すると、次のエラーが発生しました。
Failed to start searchd daemon. Check /home/user/newsvn/alumnicell/log/searchd.log.
Failed to start searchd daemon. Check /home/user/newsvn/alumnicell/log/searchd.log
これについてネットで検索しましたが、多くの解決策を試してもこのエラーを解決できません。また、ネットでチェックしているときに、プロジェクトに存在しない config に sphinx.yml ファイルが必要であることがわかりました。
このエラーを解決するにはどうすればよいですか?