If indexer wasn't in your path, I'm surprised it ever worked ;) Also, setting bin_path in your sphinx.yml file should set Riddle's bin_path.
Cheers -- Pat On 04/12/2009, at 4:46 AM, James Earl wrote: > I noticed I was still having this problem. It was caused by the fact > that 'indexer' was not in my PATH. Another solution is to set > Riddle::Controller.bin_path. > > James > > On Dec 1, 4:57 pm, Pat Allan <[email protected]> wrote: >> It seems a few people are having problems with this, but first things >> first, the obvious change: >> >> switch :lib => 'thinking_sphinx/0.9.8' to just :lib => >> 'thinking_sphinx' >> >> If that doesn't work, try upgrading to riddle 1.0.5 (if/when you do, >> it's probably best uninstalling 1.0.4). >> >> -- >> Pat >> >> On 02/12/2009, at 9:49 AM, ebriscoe wrote: >> >>> I upgraded to the latest thinking-sphinx (1.3.8) and ts-delayed- >>> delta >>> (1.0.1) today. And I'm now getting this warning in my server log... >> >>>> 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' >> >>> Everything seems to be working fine. Where would this require go? >> >>> I have the following riddle gems installed... >> >>> riddle (1.0.4, 1.0.3, 1.0.0) >> >>> I have the following in my environment.rb >> >>>> config.gem 'thinking-sphinx', :lib => 'thinking_sphinx/ >>>> 0.9.8', :version => '1.3.8' >>>> config.gem 'ts-delayed-delta', :lib => 'thinking_sphinx/deltas/ >>>> delayed_delta', :version => '>= 1.0.0', :source => 'http:// >>>> gemcutter.org' >> >>> Thanks for any help! >> >>> -- >> >>> 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 >>> athttp://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 > . > > -- 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.
