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
On Ubuntu 17.04, I needed to install 'ruby-dev' and then I could run 'gem install iconv'. Otherwise gem would fail to install it.
Now MP3's work fine.
Hi, can you check which version you are using? The latest version (0.7.0rc1) from the github should not depend on iconv. Thanks.
Sorry, that would be very useful information to supply.
I am still using the last release from the original dev. I think 0.6.5 or close to that. NOT using any version from git.
Original issue reported on code.google.com by
briand...@gmail.com
on 1 Dec 2013 at 5:33