Open GoogleCodeExporter opened 8 years ago
According to the information provided in
http://stackoverflow.com/questions/7829886/in-require-no-such-file-to-load-iconv
-loaderror I used the command
gem install iconv
As it is mentioned this a deprecated module. Therefore with no maintainer of
rubyripper I guess the tool will soon become obsolete.
Original comment by AndFl...@googlemail.com
on 5 Apr 2014 at 5:37
Following the on hint above, and other related hints, I did the following two
things in Fedora 21 on May 27, 2015:
yum install ruby-devel
gem install iconv
The yum command ensures header files and libraries for Ruby get installed.
The gem command installs the 1.04 iconv Ruby gem, and configures it to work
just fine.
After these 2 commands, RubyRipper worked exactly as it always has, with no
issues.
Original comment by indianfo...@gmail.com
on 28 May 2015 at 1:01
Original issue reported on code.google.com by
briand...@gmail.com
on 1 Dec 2013 at 5:33