From: mapreferee ruby Date: 2011-12-26T01:58:18+09:00 Subject: LoadError: cannot load such file -- feedtools This problem is found when typing the following code into irb after feedtools is installed: irb(main):001:0> require 'feedtools' LoadError: cannot load such file -- feedtools from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from (irb):1 from /usr/local/bin/irb:12:in `
' And here is what the messages show during gem installation: -------------------------------------------- sudo gem install feedtools FeedTool's caching schema has changed to allow Feed objects to be serialized to the cache. This should offer some limited speed up in some cases. Successfully installed feedtools-0.2.29 1 gem installed Installing ri documentation for feedtools-0.2.29... unable to convert "\xA6" from ASCII-8BIT to UTF-8 for lib/feed_tools/vendor/html5/testdata/encoding/chardet/test_big5.txt, skipping Installing RDoc documentation for feedtools-0.2.29... unable to convert "\xA6" from ASCII-8BIT to UTF-8 for lib/feed_tools/vendor/html5/testdata/encoding/chardet/test_big5.txt, skipping ----------------------------------------------- Again, any help appreciated. -- Posted via http://www.ruby-forum.com/.