Monday, June 30, 2008

FreeBSD sproutcore error

If you get a sprout core error that is something like this but much longer:

`load_missing_constant': uninitialized constant
JSON::Iconv (NameError)

It means you need to install ruby-iconv, and you can do that straight from ports.
cd /usr/ports/converters/ruby-iconv
make install clean

When trying to figure this out, basically I found a lot of cygwin stuff on google groups. And basically it was the same issue. You just needed to install ruby-iconv.

No comments: