From: Jaime Stuardo Date: 2010-04-01T09:03:36+09:00 Subject: Rake 0.8.7 needs Ruby 1.8? Hello.. I am trying to install a Ruby application called Redmine. In order to create database structure, I have to execute this command: rake db:migrate When I run it, a message telling that msvcrt-ruby18.dll was not found (I'm attaching the complete message). I have downloaded the last ruby version (1.9.1) and when I install it, it automatically installed rake 0.8.7. Since I have msvcrt-ruby191.dll, why rake is trying to load the wrong DLL? This is the environment setting: RubyGems Environment: - RUBYGEMS VERSION: 1.3.6 - RUBY VERSION: 1.9.1 (2010-01-10 patchlevel 378) [i386-mingw32] - INSTALLATION DIRECTORY: C:/Ruby19/lib/ruby/gems/1.9.1 - RUBY EXECUTABLE: C:/Ruby19/bin/ruby.exe - EXECUTABLE DIRECTORY: C:/Ruby19/bin - RUBYGEMS PLATFORMS: - ruby - x86-mingw32 - GEM PATHS: - C:/Ruby19/lib/ruby/gems/1.9.1 - C:/Documents and Settings/Administrator/.gem/ruby/1.9.1 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://rubygems.org/ And these are the gems that were installed automatically: *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) mysql (2.8.1) rack (1.0.1) rails (2.3.5) rake (0.8.7) rmagick (2.12.0) rubygems-update (1.3.6) Any help will be greatly appreciated Thanks Jaime Attachments: http://www.ruby-forum.com/attachment/4635/error.JPG -- Posted via http://www.ruby-forum.com/.