On Thu, Nov 5, 2009 at 10:20 PM, Conrad Taylor <conra...@gmail.com> wrote:

> On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <conra...@gmail.com> 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/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.
>>>
>>>
>> Also, take /usr/local/sbin out of your PATH.  What does the following
>> produce?
>>
>>
After you make the above change, restart you OS?  This should remove any of
the resident libraries
from memory.

-Conrad


> which gem
>> gem -v
>> which ruby
>> ruby -v
>>
>> -Conrad
>>
>>
> What does the following say?
>
> echo $PATH
>
> -Conrad
>
>
>>
>>
>>>  Conrad Taylor wrote:
>>> > 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:38 PM, Eric Ee <rails-mailing-l...@andreas-s.net>
>>>
>>> --
>>> 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