Skip to content

Instantly share code, notes, and snippets.

@leobessa
Created March 3, 2011 19:55
Show Gist options
  • Save leobessa/853386 to your computer and use it in GitHub Desktop.
Save leobessa/853386 to your computer and use it in GitHub Desktop.
Problem: no such file to load -- iconv
#Using RVM and Ruby 1.9.2 and getting the error: “no such file to load — iconv”
rvm package install readline
rvm package install iconv
rvm remove 1.9.2
rvm install —trace 1.9.2 -C —with-iconv-dir=$HOME/.rvm/usr
#Check it works with irb: require ‘iconv’ should return true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment