Hi, I tried to install/update to ror 0.11.0 on my windows ws. After a "gem update rails" i got some errors about not findable errors. I had never problems with gems till this update, so i''m wondering about this not existing files. Are there any known probs with ror in combination with windows in this new release? Maybe the error msg is helpful to solve this prob: ############################################################################ ################## Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__'': No such file to load -- iconv (LoadError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0.2/lib/active_support/depend encies.rb:197:in require'' from c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0/lib/action_mailer/vendor/t mail/quoting.rb:1 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require'' ############################################################################ ################## Can anybody tell what goes wrong?? Thanks in advance! derKaan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.0 - Release Date: 21.03.2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.0 - Release Date: 21.03.2005
Wilkes Joiner
2005-Mar-24 15:23 UTC
Re: Installation of ROR 0.11.0 on Windows doesn''t work
I had the same problem. The windows installer doesn''t include iconv. Here is the thread on how to fix it. http://groups-beta.google.com/group/comp.lang.ruby/browse_thread/thread/aa574c24b93d0e3d/5765aafea5516340#5765aafea5516340 On Thu, 24 Mar 2005 16:10:44 +0100, Kaan Karaca <email-5nOTh4PAjpOELgA04lAiVw@public.gmane.org> wrote:> Hi, > > I tried to install/update to ror 0.11.0 on my windows ws. After a "gem > update rails" i got some errors about not findable errors. I had never > problems with gems till this update, so i''m wondering about this not > existing files. Are there any known probs with ror in combination with > windows in this new release? > Maybe the error msg is helpful to solve this prob: > ############################################################################ > ################## > Attempting local installation of ''rails'' > Local gem file not found: rails*.gem > Attempting remote installation of ''rails'' > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > `require__'': No > such file to load -- iconv (LoadError) > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require'' > from > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0.2/lib/active_support/depend > encies.rb:197:in require'' > from > c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-0.8.0/lib/action_mailer/vendor/t > mail/quoting.rb:1 > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__'' > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require'' > ############################################################################ > ################## > > Can anybody tell what goes wrong?? > > Thanks in advance! > > derKaan > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.8.0 - Release Date: 21.03.2005 > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.8.0 - Release Date: 21.03.2005 > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
that pulled the tricks, tks! On Thu, 24 Mar 2005 09:23:12 -0600, Wilkes Joiner <wilkesjoiner-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I had the same problem. The windows installer doesn''t include iconv. > Here is the thread on how to fix it. > > http://groups-beta.google.com/group/comp.lang.ruby/browse_thread/thread/aa574c24b93d0e3d/5765aafea5516340#5765aafea5516340 > >