I had this problem too. After searching all day I found a solution.
On BSD you need to have a converter installed.
/usr/ports/converters/ruby-iconv/
sudo make install clean
However, that did not solve the problem for me until I found this
post:
“Just change RUBY_DEFAULT_VER?= in /usr/ports/Mk/bsd.ruby.mk from 1.8
on 1.9.”
I removed the ruby-iconv and reinstalled it and problem is gone.
Good luck.
You might also try using TorqueBox (JRuby) on BSD…
On Thu, Jul 8, 2010 at 12:17 PM, Mrbass21 [email protected] wrote:
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected][email protected]
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
–
Joshua S. Martin
CONFIDENTIALITY NOTE: This e-mail message, including any attachment(s),
contains information that may be confidential, protected by the attorney
client or other legal privileges, and or proprietary non public
information.
If you are not an intended recipient of this message or an authorized
assistant to an intended recipient, please notify the sender by replying
to
this message and then delete it from your system. Use, dissemination,
distribution, or reproduction of this message and or any of its
attachments
(if any) by unintended recipients is not authorized and may be unlawful.
On BSD you need to have a converter installed.
/usr/ports/converters/ruby-iconv/
Yeah when you install ruby if you look closely you’ll see a post install
message that says iconv is a separate port. It should read bigger.
“Just change RUBY_DEFAULT_VER?= in /usr/ports/Mk/bsd.ruby.mk from 1.8
on 1.9.”
I removed the ruby-iconv and reinstalled it and problem is gone.
Yeah that’s a trap everybody falls in. Once it’s set, another version of
ruby won’t update the file.