[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-08 Thread Marnen Laibow-Koser
Eric Ee 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

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Eric Ee
Yes! Conrad...you are the man. after a restart and the export path command, I was able to run sudo gem update --system successfully so now... which gem /usr/bin/gem gem -v 1.3.5 which ruby /usr/bin/ruby ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] This has been maki

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 10:32 PM, Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 10:26 PM, Eric Ee > wrote: > >> >> stripped the sbin part out... >> >> Ran all the commands- >> >> which gem >> /usr/local/bin/gem >> >> gem -v >> Illegal instruction >> >> which ruby >> /usr/local/bin/ruby >> >> ruby

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 10:26 PM, Eric Ee wrote: > > stripped the sbin part out... > > Ran all the commands- > > which gem > /usr/local/bin/gem > > gem -v > Illegal instruction > > which ruby > /usr/local/bin/ruby > > ruby -v > Illegal instruction > > echo $PATH > > /usr/local/bin:/usr/local/sbin:/

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Eric Ee
stripped the sbin part out... Ran all the commands- which gem /usr/local/bin/gem gem -v Illegal instruction which ruby /usr/local/bin/ruby ruby -v Illegal instruction echo $PATH /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin (I also downloaded the l

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 10:20 PM, Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor wrote: > >> On Thu, Nov 5, 2009 at 10:15 PM, Eric Ee < >> rails-mailing-l...@andreas-s.net> wrote: >> >>> >>> I ran >>> >>> mate ~/.profile >>> >>> It looked like this >>> export PATH="/usr/loc

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 10:15 PM, Eric Ee > wrote: > >> >> I ran >> >> mate ~/.profile >> >> It looked like this >> export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" >> I changed it to this >> export PATH="/usr/local/sb

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 10:15 PM, Eric Ee wrote: > > I ran > > mate ~/.profile > > It looked like this > export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" > I changed it to this > export PATH="/usr/local/sbin:/usr/local/mysql/bin:$PATH" > > I opened up a new shell and ran > su

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Eric Ee
I ran mate ~/.profile It looked like this export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" I changed it to this export PATH="/usr/local/sbin:/usr/local/mysql/bin:$PATH" I opened up a new shell and ran sudo gem update --system Still got a segmentation fault. Conrad Taylo

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
OK, let's do the following for now: 1). Remove /use/local/bin from your PATH. 2). Open a new shell window 3). Update Rubygems sudo gem update --system 4). Install Rails sudo gem install rails Let me know what happen. -Conrad Sent from my iPhone On Nov 5, 2009, at 7

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Eric Ee
Sure thing. Thank you. Seriously. gem -v Illegal instruction (yikes) which gem /usr/local/bin/gem which ruby /usr/local/bin/ruby Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 7:28 PM, Conrad Taylor > wrote: > >>> >> Next, what the version of Ruby that you're using? Also, >> when you typ

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 7:28 PM, Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 7:14 PM, Eric Ee > wrote: > >> >> Yes, >> >> I've got the snow leopard DVD. Went into optional installs and >> installed Xcode.mpkg before I started any of this. Got a nice checkmark >> saying it installed properly.

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 7:14 PM, Eric Ee wrote: > > Yes, > > I've got the snow leopard DVD. Went into optional installs and > installed Xcode.mpkg before I started any of this. Got a nice checkmark > saying it installed properly. > > still getting segmentation faults with just about everything. >

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Eric Ee
Yes, I've got the snow leopard DVD. Went into optional installs and installed Xcode.mpkg before I started any of this. Got a nice checkmark saying it installed properly. still getting segmentation faults with just about everything. Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 6:57 PM, Eric

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 6:57 PM, Eric Ee wrote: > > Thanks Conrad, > > However, I also get a segmentation fault when I run > > sudo gem update --system > > > Did you install the latest version of developer tools for Snow Leopard? -Conrad > Conrad Taylor wrote: > > On Thu, Nov 5, 2009 at 6:07 PM,

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Eric Ee
Thanks Conrad, However, I also get a segmentation fault when I run sudo gem update --system Conrad Taylor wrote: > On Thu, Nov 5, 2009 at 6:07 PM, Eric Ee > wrote: > >> >> Which should be right. However, when I go to install rubygems... >> sudo /usr/local/bin/ruby setup.rb >> >> I get a seg

[Rails] Re: Segmentation Fault in Snow Leopard

2009-11-05 Thread Conrad Taylor
On Thu, Nov 5, 2009 at 6:07 PM, Eric Ee 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 proper