Hi all,

I know this is an oft covered subject but after spending the last hour 
reading posts about this error I can't cajole the local instance of my 
backend to find sphinx.  I get the popular "Sphinx cannot be found on your 
system." error despite having set things up like the following:

$ which searchd
/usr/local/bin/searchd

$ cat config/sphinx.yml 
development:
  morphology: stem_en
  pid_file: <%= Rails.root %>/tmp/pids/searchd.pid
  bin_path: '/usr/local/bin' 
  searchd_binary_name: searchd
  indexer_binary_name: indexer

$ rake ts:start
DEPRECATION WARNING: Rake tasks in vendor/plugins/banker/tasks are 
deprecated. Use lib/tasks instead. (called from <top (required)> at 
/Users/ben/.rvm/gems/ruby-1.9.3-p362/gems/rails-2.3.15/lib/tasks/rails.rb:10)
config.load_paths is deprecated and removed in Rails 3, please use 
autoload_paths instead
Started successfully (pid 27495).

$ rake

...

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

---

It works fine on our linode server, just not on my local Mountain Lion 
machine.  Anything I can do to get a better idea of non-ts tasks can't find 
searchd?

Thanks a bundle,

->Ben


-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to