Hi Dakota You'll want bin_path to actually include 'bin' - it needs to point to the dir where the binaries are: bin_path: "/usr/bin"
And because you've got bin_path set, you don't need the path in the binary name settings: indexer_binary_name: "sphinx-indexer" searchd_binary_name: "sphinx-searchd" Just to confirm: has Sphinx been installed with prefix for binaries? Cheers -- Pat On 23/11/2010, at 1:41 PM, Dakota Brink wrote: > 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. > -- 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.
