Hello again,
Ok ive removed that from my path, and still get similar error

$ sudo gem update --system
Password:
/usr/local/lib/ruby/1.8/thread.rb:5:in `require': no such file to load
-- thread.so (LoadError)
        from /usr/local/lib/ruby/1.8/thread.rb:5
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10:in `require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10
        from /usr/local/bin/gem:8:in `require'
        from /usr/local/bin/gem:8

Sorry if im missing something.
Should my path contain anything at all?
thanks

J


On 14 Oct, 13:18, Conrad Taylor <conra...@gmail.com> wrote:
> Hi, please remove the following from your path:
>
> /usr/local/bin
> /usr/local/sbin
>
> Then open a new shell and try the commands that I specify
> below.
>
> -Conrad
>
> On Wed, Oct 14, 2009 at 4:21 AM, Jez <jezcow...@gmail.com> wrote:
>
> > Ok so no joy there, still getting exact same messages
>
> >  sudo gem update --system
> > /usr/local/lib/ruby/1.8/thread.rb:5:in `require': no such file to load
> > -- thread.so (LoadError)
> >        from /usr/local/lib/ruby/1.8/thread.rb:5
> >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10:in `require'
> >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10
> >        from /usr/local/bin/gem:8:in `require'
> >        from /usr/local/bin/gem:8
>
> > Any ideas now?
> > ta
>
> > J
> > again any help is most appreciated.
>
> > On 14 Oct, 11:56, Conrad Taylor <conra...@gmail.com> wrote:
> > > On Wed, Oct 14, 2009 at 2:22 AM, Jez <jezcow...@gmail.com> wrote:
>
> > > > Hi All.
> > > > Ive heard so much about RoR now Iand i would really like to get my
> > > > hands dirty. Only trouble is i just cant seem to get it up and
> > > > running:
>
> > > > Ive followed the hivelogic instructions several times on two different
> > > > mac's.
> > > >  when i start an app, and then try to $script/server, i get a message
> > > > telling me:
> > > > " i dont have ruby gems and to install it
>
> > > > upon trying to install it  again:
>
> > > > $ sudo gem install rails
> > > > /usr/local/lib/ruby/1.8/thread.rb:5:in `require': no such file to load
> > > > -- thread.so (LoadError)
> > > >        from /usr/local/lib/ruby/1.8/thread.rb:5
> > > >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10:in
> > `require'
> > > >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10
> > > >        from /usr/local/bin/gem:8:in `require'
> > > >        from /usr/local/bin/gem:8
>
> > > > there seems to be conflicting paths / versions of rubygems, i cant
> > > > tell which. either way somethings pointing to the wrong thing. Please
> > > > could anyone help?
> > > > Much Appreciated
>
> > > > Jez
>
> > > Hi, you could have simply used the currently installed version of Ruby
> > > and Rubygems located in /usr/bin.  Then you could have simply performed
> > > the following steps:
>
> > > sudo gem update --system
> > > sudo gem install gemcutter
> > > sudo gem install jeweler
> > > gem tumble
> > > sudo gem install sqlite3-ruby
> > > sudo gem install rails
>
> > > Good luck,
>
> > > -Conrad
--~--~---------~--~----~------------~-------~--~----~
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