-
Lion, RVM and 1.8.7 - 1.8/timeout.rb:60
I’ve just started a new project.. well an old project that uses ruby 1.8.7 and rails 2.3.5.
If you get this error:
1.8/timeout.rb:60: [BUG] Segmentation faultIts a problem with lion and ruby. Uninstall any version of 1.8.7 you have with
rvm remove 1.8.7and then run
CC=/usr/bin/gcc-4.2 rvm install ruby-1.8.7 --forceThis problem just cost me about 1.5 hours. The above solution works a treat. And this link:
Has some more details, including how to get the GCC 4.2 compiler installed if you’ve recently upgraded to the latest XCode.
Posted on January 15, 2012 via with 2 notes
Source: joshondevelopment