On Thu, Nov 5, 2009 at 6:07 PM, Eric Ee <rails-mailing-l...@andreas-s.net>wrote:

>
> 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


> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to