From: Justin Rich Date: 2007-10-12T03:17:30+09:00 Subject: Re: RubyGems Installation Problem on Solaris 10 ------=_Part_21770_12994973.1192126650253 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/11/07, Eric Hodel wrote: > > On Oct 10, 2007, at 12:50 , cratervoid@yahoo.com wrote: > > On Oct 10, 1:17 pm, Eric Hodel 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' > >> > >>> Any ideas? Thanks > >> > >> Do you have a thread.so? > > > > Yes, I did an ls on that directory and thread.so is there. > > What do these commands do: > > ruby -e 'require "thread"' /usr/local/lib/ruby/1.8/i386-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/i386-solaris2.10/thread.so (LoadError) from /usr/local/lib/ruby/1.8/thread.rb:5 from -e:1:in `require' from -e:1 ruby -e 'require "rubygems" same thing -- > Poor workers blame their tools. Good workers build better tools. The > best workers get their tools to do the work for them. -- Syndicate Wars > > > > ------=_Part_21770_12994973.1192126650253--