iconv Problems When Running rake Tasks

Posted by Tres Fri, 27 Feb 2009 01:45:00 GMT

If you’re trying to run rake tasks & seeing errors like this:

rake --trace db:migrate
...
rake aborted!
no such file to load -- iconv
...

Chances are, you’re running FreeBSD.

The fix is a simple

sudo portinstall converters/ruby-iconv

Posted in , ,  | Tags

Comments are disabled