I recently upgrade from 1.2.8 plug-in to 1.3.16 gem. I've removed all my old files (e.g., sphinx 0.9.8.1). When I startup my server I get the following in my development.log. TS still works when I do script/ console and issue searches so I think everything is setup correctly but don't know what I should do about these warnings/errors.
Thx, Sid ** Starting Rails with development environment... 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 I also get this when I do a search: Riddle cannot detect Sphinx on your machine, and so can't determine which version of Sphinx you are planning on using. Please use one of the following lines after "require 'riddle'" to avoid this warning. require 'riddle/0.9.8' # or require 'riddle/0.9.9' -- 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.
