I''m relatively new to RoR. I''m using InstantRails2.0 on WinXP. My app was working fine, until I started trying to get RMagick to work. During that process I updated rubygem. At that point, mongrel was still starting but there was a problem with RMagick. I never got an answer on that, so I started trying fleximage. I''m not using git so I manually installed fleximage according to its instructions. Now mongrel won''t start, with this error: C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- C:/ruby/lib/ruby/gems/ 1.8/gems/mongrel-1.1.2-x86-mswin32/lib/mongrel/init.rb (MissingSourceFile) I did ''gem update mongrel'' and it said : Successfully installed mongrel-1.1.5-x86-mswin32-60 I noticed the version of the one installed is later than the one in the mongrel error message. Is there an older version of something that is causing this? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
the easiest thing to do is to fool it by changing the name of your folder C:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60 to C:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2-x86-mswin32 and it should work as usual On Sep 8, 7:22 pm, Brian <brifo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m relatively new to RoR. I''m using InstantRails2.0 on WinXP. My app > was working fine, until I started trying to get RMagick to work. > During that process I updated rubygem. At that point, mongrel was > still starting but there was a problem with RMagick. I never got an > answer on that, so I started trying fleximage. I''m not using git so I > manually installed fleximage according to its instructions. Now > mongrel won''t start, with this error: > > C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'': no such file to load -- C:/ruby/lib/ruby/gems/ > 1.8/gems/mongrel-1.1.2-x86-mswin32/lib/mongrel/init.rb > (MissingSourceFile) > > I did ''gem update mongrel'' and it said : > > Successfully installed mongrel-1.1.5-x86-mswin32-60 > > I noticed the version of the one installed is later than the one in > the mongrel error message. Is there an older version of something > that is causing this?--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Just wanted to say thanks, that fixed it On Sep 11, 7:35 am, nas <nasi...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> the easiest thing to do is to fool it by changing the name of your > folder C:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60 to > C:/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2-x86-mswin32 and it should > work as usual > > On Sep 8, 7:22 pm,Brian<brifo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m relatively new to RoR. I''m using InstantRails2.0 on WinXP. My app > > was working fine, until I started trying to get RMagick to work. > > During that process I updatedrubygem. At that point, mongrel was > > still starting but there was a problem with RMagick. I never got an > > answer on that, so I started trying fleximage. I''m not using git so I > > manually installed fleximage according to its instructions. Now > > mongrel won''t start, with this error: > > > C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > > `gem_original_require'': no such file to load -- C:/ruby/lib/ruby/gems/ > > 1.8/gems/mongrel-1.1.2-x86-mswin32/lib/mongrel/init.rb > > (MissingSourceFile) > > > I did ''gem update mongrel'' and it said : > > > Successfully installed mongrel-1.1.5-x86-mswin32-60 > > > I noticed the version of the one installed is later than the one in > > the mongrel error message. Is there an older version of something > > that is causing this?--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---