Hello, extreme newbie to the list... sorry for the general posting. I installed ruby and rails with no problem a few days ago (on WinXP machine). I tried to run gem update and I got some error.. decided to reinstall it to see if that would make a difference. It didn''t.. here''s the error.. can anyone help? This happens when I run gem install rails Install required dependency actionwebservice? [Yn] Y E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5: in `require__'': No such file to load -- iconv (LoadError) from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ manager.rb:5:in `require'' from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0. 2/lib/active_support/dependencies.rb:197:in `require'' from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0 /lib/action_mailer/vendor/tmail/quoting.rb:1 from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ manager.rb:5:in `require__'' from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ manager.rb:5:in `require'' from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0. 2/lib/active_support/dependencies.rb:197:in `require'' from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0 /lib/action_mailer/vendor/tmail/mail.rb:18 from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ manager.rb:5:in `require__'' ... 20 levels... from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/cmd_manag er.rb:90:in `process_args'' from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/cmd_manag er.rb:63:in `run'' from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runne r.rb:9:in `run'' from E:/development/tools/ruby/bin/gem:11 -- - Ramin
Hey Am a newbie too,had the same problem.But its resolved now. Install rubygems and u wud fund a file called setup.rb. You gotta run this command on the command line ruby setup.rb,which would install the required files. I hope this helps. Regards Ramya On Tue, 22 Mar 2005 22:43:16 -0500, Ramin <i8ramin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, extreme newbie to the list... sorry for the general posting. > > I installed ruby and rails with no problem a few days ago (on WinXP > machine). I tried to run gem update and I got some error.. decided to > reinstall it to see if that would make a difference. It didn''t.. > > here''s the error.. can anyone help? This happens when I run gem install rails > > Install required dependency actionwebservice? [Yn] Y > E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5: > in `require__'': No such file to load -- iconv (LoadError) > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > manager.rb:5:in `require'' > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0. > 2/lib/active_support/dependencies.rb:197:in `require'' > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0 > /lib/action_mailer/vendor/tmail/quoting.rb:1 > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > manager.rb:5:in `require__'' > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > manager.rb:5:in `require'' > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0. > 2/lib/active_support/dependencies.rb:197:in `require'' > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0 > /lib/action_mailer/vendor/tmail/mail.rb:18 > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > manager.rb:5:in `require__'' > ... 20 levels... > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/cmd_manag > er.rb:90:in `process_args'' > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/cmd_manag > er.rb:63:in `run'' > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runne > r.rb:9:in `run'' > from E:/development/tools/ruby/bin/gem:11 > -- > - Ramin > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
THis has been answered many times.. try searching the mailing list http://marc.theaimsgroup.com/?l=rails&r=1&w=2 quick solution: upgrade your version of RubyGems http://rubyforge.org/frs/?group_id=126 On Sat, 26 Mar 2005 13:02:11 +0530, Ramya Ramaswamy <rumyaiyer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey > > Am a newbie too,had the same problem.But its resolved now. > Install rubygems and u wud fund a file called setup.rb. > You gotta run this command on the command line > ruby setup.rb,which would install the required files. > I hope this helps. > > Regards > Ramya > > On Tue, 22 Mar 2005 22:43:16 -0500, Ramin <i8ramin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello, extreme newbie to the list... sorry for the general posting. > > > > I installed ruby and rails with no problem a few days ago (on WinXP > > machine). I tried to run gem update and I got some error.. decided to > > reinstall it to see if that would make a difference. It didn''t.. > > > > here''s the error.. can anyone help? This happens when I run gem install rails > > > > Install required dependency actionwebservice? [Yn] Y > > E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5: > > in `require__'': No such file to load -- iconv (LoadError) > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > > manager.rb:5:in `require'' > > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0. > > 2/lib/active_support/dependencies.rb:197:in `require'' > > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0 > > /lib/action_mailer/vendor/tmail/quoting.rb:1 > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > > manager.rb:5:in `require__'' > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > > manager.rb:5:in `require'' > > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0. > > 2/lib/active_support/dependencies.rb:197:in `require'' > > from E:/development/tools/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0 > > /lib/action_mailer/vendor/tmail/mail.rb:18 > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_ > > manager.rb:5:in `require__'' > > ... 20 levels... > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/cmd_manag > > er.rb:90:in `process_args'' > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/cmd_manag > > er.rb:63:in `run'' > > from E:/development/tools/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runne > > r.rb:9:in `run'' > > from E:/development/tools/ruby/bin/gem:11 > > -- > > - Ramin > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- - Ramin