Hi When I run rake:reindex/rake:rebuild etc I get the following error. The rake works but i'd like to not see the error (it messes up my deployments).
Sphinx cannot be found on your system. You may need to configure the following ** [out :: xx.xx.255.201] settings in your config/sphinx.yml file: ** [out :: xx.xx.255.201] * bin_path ** [out :: xx.xx.255.201] * searchd_binary_name ** [out :: xx.xx.255.201] * indexer_binary_name I have set my config/sphinx.yml to be: development: enable_star: 1 min_infix_len: 3 bin_path: '/usr/local/sphinx/bin' version: '1.10-beta' production: enable_star: 1 min_infix_len: 3 bin_path: '/usr/local/sphinx/bin' version: '1.10-beta' Any ideas what could be wrong? Thanks Jon -- 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.
