I've installed Sphinx 2.1.8 to /opt/sphinx:

# ls /opt/sphinx
bin  etc  share  var
# ls /opt/sphinx/bin
indexer  indextool  search  searchd  spelldump  wordbreaker

And I've edited config/sphinx.yml to point to that installation:

$ cat config/sphinx.yml
config_file: /opt/sphinx/etc/sphinx.conf
bin_path: /opt/sphinx/bin
# ...

Yet when I run bundle exec rake ts:index, I get this extremely unhelpful 
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

I've seemingly done everything possible to install and configure sphinx, 
yet I don't even get referred to a document which describes these supposed 
options, which I've attempted to set. What might be going wrong here? How 
can I get diagnostic information about what is triggering this "not 
installed" message? 

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to