I just upgraded to snow leopard and I’m trying to get the 64 bit version
of mysql and ruby going. I ran through the steps here…
http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard/
mysql is running properly and when I run
which ruby I get…
/usr/local/bin/ruby
Which should be right. However, when I go to install rubygems…
sudo /usr/local/bin/ruby setup.rb
I get a segmentation fault. No matter what I try to do I get a
segmentation fault. My app was running just fine before the upgrade to
snow leopard and now none of my rake commands work, nothing but
segmentation faults. I’m stumped. Thanks in advance.
-E
If you have Snow Leopard, then you should have following these instructions
to install Rubygems:
sudo gem update --system
Also, you can find further details here:
http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard
Good luck,
-Conrad