Hello, I am running Arch Linux with Rails 3.0.3 Thinking-Sphinx 2.0.1 Sphinx 1.10
And I am getting an error whenever I try to run rake ts:start or rake ts:index 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 My config/sphinx.yml file looks like this: development: bin_path: "/usr/ bin" port: 9312 indexer_binary_name: "/usr/bin/sphinx- indexer" searchd_binary_name: "/usr/bin/sphinx-searchd" And I can not find out why it is saying this.. I've been searching the internet for hours with no solution. Any help is appreciated. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
