On Oct 11, 2007, at 11:17 , Justin Rich wrote: > On 10/11/07, Eric Hodel <drbrain / segment7.net> wrote: >> On Oct 10, 2007, at 12:50 , cratervoid / yahoo.com wrote: >>> On Oct 10, 1:17 pm, Eric Hodel <drbr... / segment7.net> wrote: >>>> On Oct 10, 2007, at 12:10 , craterv... / yahoo.com wrote: >>>>> /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) >>>> >>>> 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 Then your ruby is broken (failed to compile correctly, or thread.so is otherwise broken on Solaris). You should post to ruby-core. -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars