I just installed the RMagick gem.
The instructions said do a "gem update --system" first so I did.
I rebooted afterwards.
Now I cant even run mongrel
This is on windows. the errors are:
.../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require'':
no such file to load -- .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/
1.8/gems/mongrel_service-0.3.2-x86-mswin
32/lib/mongrel_service/init.rb (LoadError)
from .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:27:in `require''
from .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/1.8/gems/
gem_plugin-0.2.3/lib/gem_plugin.rb:134:in `
load''
from .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/
rubygems/source_index.rb:184:in `each''
from .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/
rubygems/source_index.rb:184:in `each''
from .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/1.8/gems/
gem_plugin-0.2.3/lib/gem_plugin.rb:112:in `
load''
from .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/1.8/gems/
mongrel-1.1.5-x86-mswin32-60/bin/mongrel_ra
ils:278
from .../InstantRails_1_7_Dev/ruby/bin/mongrel_rails:19:in
`load''
from .../InstantRails_1_7_Dev/ruby/bin/mongrel_rails:19
Any advice appreciated
Giorgio
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
gem install --remote rake or re-install your mongrel, regarding this error message :>no such file to load -- .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/ >1.8/gems/mongrel_service-0.3.2-x86-mswinreinhart http://teapoci.blogspot.com -- 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 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 -~----------~----~----~----~------~----~------~--~---
Re-installing mongrel makes no difference. I have re-installed mongrel and mongrel_service with no joy. I restored my ruby folder from backup and everything is fine until I do a gem update --system and then it all breaks again. G. On May 23, 7:46 pm, Rails Terrorist <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> gem install --remote rake > > or > > re-install your mongrel, regarding this error message : > > >no such file to load -- .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/ > >1.8/gems/mongrel_service-0.3.2-x86-mswin > > reinharthttp://teapoci.blogspot.com > -- > Posted viahttp://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 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 -~----------~----~----~----~------~----~------~--~---
if this is the case try reinstalling the rails first. after installing the rails try the command '' gem update --system '' Mahalingam RailsFactory www.railsfactory.com giorgio wrote:> I just installed the RMagick gem. > > The instructions said do a "gem update --system" first so I did. > > I rebooted afterwards. > > Now I cant even run mongrel > > This is on windows. the errors are: > .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `gem_original_require'': > no such file to load -- .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/ > 1.8/gems/mongrel_service-0.3.2-x86-mswin > 32/lib/mongrel_service/init.rb (LoadError) > from .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/ > rubygems/custom_require.rb:27:in `require'' > from .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/1.8/gems/ > gem_plugin-0.2.3/lib/gem_plugin.rb:134:in ` > load'' > from .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/ > rubygems/source_index.rb:184:in `each'' > from .../InstantRails_1_7_Dev/ruby/lib/ruby/site_ruby/1.8/ > rubygems/source_index.rb:184:in `each'' > from .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/1.8/gems/ > gem_plugin-0.2.3/lib/gem_plugin.rb:112:in ` > load'' > from .../InstantRails_1_7_Dev/ruby/lib/ruby/gems/1.8/gems/ > mongrel-1.1.5-x86-mswin32-60/bin/mongrel_ra > ils:278 > from .../InstantRails_1_7_Dev/ruby/bin/mongrel_rails:19:in > `load'' > from .../InstantRails_1_7_Dev/ruby/bin/mongrel_rails:19 > > Any advice appreciated > Giorgio-- 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 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 -~----------~----~----~----~------~----~------~--~---