Using RVM to install REE 1.8.7-2009.10

16 03 2010

I’m trying out Ruby Version Manager this week, and my first impression is that this is some cool technology. But I wasn’t able to figure out how to get it to install an older version of REE to get around this bug (the “Marshal.load reentered at marshal_load” issue).

Igor P’s solution is correct (just install REE 1.8.7-2009.10), but it took a little fiddling to figure out how to get RVM to use the older version of REE. Here’s how to do it:

cd ~/.rvm/archives
wget -q http://rubyforge.org/frs/download.php/66162/ruby-enterprise-1.8.7-2009.10.tar.gz
rvm install ree-1.8.7-2009.10

Actions

Informations

4 responses to “Using RVM to install REE 1.8.7-2009.10”

17 03 2010
Simon Menke (08:50:38) :

Also RVM reports ree as missing when the short name (ree instead of ree-1.8.7-2009.10) is used.

17 03 2010
Jamie Flournoy (14:26:21) :

Yes, as my solution shows you have to do it this way:

rvm install ree-1.8.7-2009.10
17 03 2010
Pervasive Code » Making Bundler 0.8.5 install Nokogiri on Leopard with a newish libxml (19:03:37) :

[...] The gems I have installed via plain old “gem install xxx” are bundler08 -v0.8.5, rake -v0.8.7, and ZenTest -v4.2.1. That’s it. Everything else is under vendor/bundler. I’m using RVM and REE 1.8.7 2009.10 as described in my previous post. [...]

28 05 2010
Evan (11:28:48) :

Great help, thanks!

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>