Hello, i was trying to run the Webrick server on a project with the BitNami RubyStack Environment; when i tried to run the command "ruby script/rails server", it's appear me the next error message:
=> Booting WEBrick
=> Rails 3.1.0 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
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
HOW CAN I FIX THIS PROBLEM? THANKS
PS: This project was created with previous rails versions and of course with differents gems versions, i installed the neccesary files needed to run it with bundle and now it's appear me the error mentioned before.
PS2: Trying to get into the sphinx.yml file i found this one: "sphinx.yml.tpl" located here: "C:\RubyStack-3.2.5-0\sphinx\api\ruby", i don't know if it's the right file to configure, but in any cases i'll show the content of this file:
config_file: /opt/sphinx/etc/sphinx.conf
root_dir: /opt/sphinx/bin
indexes: test1 test2
development:
bin_path: "C:/RubyStack-3.2.5-0/sphinx/bin"
searchd_binary_name: searchd
indexer_binary_name: indexer