The Artima Developer Community
Sponsored Link

Agile Buzz Forum
How to fix the iconv require error in Ruby 1.9

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Maruis Marais

Posts: 290
Nickname: maruis
Registered: Aug, 2005

Ruby rocks, what else can I say...
How to fix the iconv require error in Ruby 1.9 Posted: Feb 3, 2010 2:12 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Maruis Marais.
Original Post: How to fix the iconv require error in Ruby 1.9
Feed Title: exceptionz
Feed URL: https://exceptionz.wordpress.com/feed/
Feed Description: Thoughts on Technology, Methodology and Programming.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Maruis Marais
Latest Posts From exceptionz

Advertisement
So you’re trying out the pre-release version of Rails 3.0 with Ruby 1.9 and you keep on getting the following error: activesupport-3.0.pre/lib/active_support/inflector/transliterate.rb:2:in `require’: no such file to load – iconv (LoadError) If you are using rvm to install and switch between different versions of ruby then follow the following steps: Install readline using rvm: rvm install readline Now install [...]

Read: How to fix the iconv require error in Ruby 1.9

Topic: Integration Testing: The Story Continues Previous Topic   Next Topic Topic: Flow. Discover Problems and Waste in Kanban

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use