On Oct 10, 1:17 pm, Eric Hodel <drbr... / segment7.net> wrote:
> On Oct 10, 2007, at 12:10 , craterv... / yahoo.com wrote:
>
>
>
> > I've installed Ruby 1.8.6 on a Solaris 10 server without a problem.
> > Trying to install RubyGems and get the following error:
>
> > dev4# ruby -v
> > ruby 1.8.6 (2007-03-13 patchlevel 0) [sparc-solaris2.10]
> > dev4# ruby setup.rb
> > [...]
> > /usr/local/lib/ruby/1.8/sparc-solaris2.10/thread.so: ld.so.1: ruby:
> > fatal: libgcc_s.so.1: open failed: No such file or directory - /usr/
> > local/lib/ruby/1.8/sparc-solaris2.10/thread.so (LoadError)
> >         from /usr/local/lib/ruby/1.8/thread.rb:5
> >         from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:85:in
> > `require'
> >         from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:85
> >         from /tmp/rubygems-0.9.4/./post-install.rb:81:in `require'
> >         from /tmp/rubygems-0.9.4/./post-install.rb:81:in
> > `install_sources'
> >         from /tmp/rubygems-0.9.4/./post-install.rb:116:in `run_hook'
> >         from setup.rb:1526:in `exec_task_traverse'
> >         from setup.rb:1342:in `exec_install'
> >         from setup.rb:1000:in `exec_install'
> >         from setup.rb:814:in `invoke'
> >         from setup.rb:773:in `invoke'
> >         from setup.rb:1578
>
> > Any ideas?  Thanks
>
> Do you have a thread.so?
>
> --
> Poor workers blame their tools. Good workers build better tools. The
> best workers get their tools to do the work for them. -- Syndicate Wars

Yes, I did an ls on that directory and thread.so is there.