From: "Awijeet Mr." Date: 2010-09-21T15:31:57+09:00 Subject: Sphink issue I get this if I execute "script/server" => Booting WEBrick => Rails 2.3.8 application starting on http://0.0.0.0:3000 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 Missing these required gems: mms2r You're running: ruby 1.8.7.302 at /usr/local/bin/ruby rubygems 1.3.7 at /root/.gem/ruby/1.8, /usr/local/lib/ruby/gems/1.8 Run `rake gems:install` to install the missing gems. and for 'rake gems:install' rake gems:install (in /home/Awijeet/railsaps/17_sep/awijeet/loc) DEPRECATION WARNING: Rake tasks in vendor/plugins/delayed_job/tasks, vendor/plugins/fetcher/tasks, and vendor/plugins/thinking-sphinx/tasks are deprecated. Use lib/tasks instead. (called from /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) 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 gem install mms2r Successfully installed uuidtools-2.1.1 Successfully installed exifr-1.0.3 Successfully installed mms2r-3.2.0 3 gems installed Installing ri documentation for uuidtools-2.1.1... Installing ri documentation for exifr-1.0.3... Installing ri documentation for mms2r-3.2.0... Installing RDoc documentation for uuidtools-2.1.1... Installing RDoc documentation for exifr-1.0.3... Installing RDoc documentation for mms2r-3.2.0... and again when I do the 'script/server' server gets executed but with... the => Booting WEBrick => Rails 2.3.8 application starting on http://0.0.0.0:3000 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 => Call with -d to detach => Ctrl-C to shutdown server [2010-09-21 17:30:41] INFO WEBrick 1.3.1 [2010-09-21 17:30:41] INFO ruby 1.8.7 (2010-08-16) [i686-linux] [2010-09-21 17:30:41] INFO WEBrick::HTTPServer#start: pid=13393 port=3000 Thanks -- Posted via http://www.ruby-forum.com/.