Hi, When I try to start up my project using script/server, i get the following error message;
"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" The strange thing is that running 'rake ts:index' or 'rake ts:rebuild' works just fine on the command line. Gems installed: rails (2.3.5) riddle (1.0.10) thinking-sphinx (1.3.16) Console info: >> ThinkingSphinx::Configuration.instance.controller.sphinx_version => "0.9.9" Environment info: which searchd /usr/local/bin/searchd which indexer /usr/local/bin/indexer -- 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.
