>From one problem to another! I got a ready-made project and trying to understand the code... And when i run the rake command i get:
$ rake sunspot:solr:run --trace rake aborted! 126: The specified module could not be found. - C:/Ruby193/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/1.9/mysql2.so C:/Ruby193/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/mysql2.rb:2:in `require' C:/Ruby193/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/mysql2.rb:2:in `<top (required)>' C:/Ruby193/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2.rb:9:in `require' C:/Ruby193/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2.rb:9:in `<top (required)>' C:/Ruby193/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in `require' C:/Ruby193/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in `block (2 levels) in require' C:/Ruby193/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in `each' C:/Ruby193/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in `block in require' C:/Ruby193/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in `each' C:/Ruby193/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in `require' C:/Ruby193/gems/bundler-1.0.21/lib/bundler.rb:122:in `require' c:/railscode/SunspotTutorial/config/application.rb:7:in `<top (required)>' c:/Ruby193/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' c:/Ruby193/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' c:/railscode/SunspotTutorial/Rakefile:4:in `<top (required)>' c:/Ruby193/lib/ruby/1.9.1/rake/rake_module.rb:25:in `load' c:/Ruby193/lib/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:65:in `block in run' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' c:/Ruby193/lib/ruby/1.9.1/rake/application.rb:63:in `run' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/bin/rake:32:in `<top (required)>' c:/Ruby193/bin/rake:19:in `load' c:/Ruby193/bin/rake:19:in `<main>' I think Solr and me are not meant to be! :( -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

