From: Jaime Stuardo Date: 2010-04-01T18:55:46+09:00 Subject: Re: Rake 0.8.7 needs Ruby 1.8? Hello Roger... by executing that command, I receive this response: C:\Documents and Settings\Administrator>rake --trace rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rake file' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2017:in `block in load _rakefile' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exce ption_handling' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile ' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2000:in `block in run' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exce ption_handling' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run' C:/Ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.7/bin/rake:31:in `' C:/Ruby19/bin/rake:19:in `load' C:/Ruby19/bin/rake:19:in `
' Thanks Jaime Roger Pack wrote: > Jaime Stuardo wrote: >> 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 means "you're running some gem or other that has binaries for 1.8 > but not 1.9" what's your backtrace? (rake --trace I think). > -rp -- Posted via http://www.ruby-forum.com/.