therubyracer 0.10.1, libv8 3.3.10.4, Ruby Enterprise Edition 1.8.7 and OS X 10.8 Mountain Lion - how to make it work
If you're reading this, you've probably had failures trying to install therubyracer with ruby 1.8 on OS X.
The fix is... (drumroll)...
RUBYOPT=-rrubygems gem install therubyracer
For those who are interested in the reasons why this works: the extconf.rb file for libv8 3.3.10.4, upon which therubyracer seems to depend, uses Gems without importing rubygems (which is fine in ruby 1.9). Adding -rrubygems to RUBYOPT makes sure rubygems are pulled in first.
Written by Olly Smith
Related protips
3 Responses
Nice one, Olly! Worked a charm.
over 1 year ago
·
good catch, it makes total sense when read "aloud".
over 1 year ago
·
Now, it is stuck on "Building native extensions. This could take awhile...."
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#