I'm using script/server.

The following error message also shows up in the development logs:

"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'"

On Mar 13, 12:57 am, Pat Allan <[email protected]> wrote:
> Hi Gerjan
>
> What are you running for script/server? Webrick? Mongrel? Passenger?
>
> --
> Pat
>
> On 13/03/2010, at 2:16 AM, Gerjan wrote:
>
> > 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 
> > 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.

Reply via email to