--0-176576958-11770491891785 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit hi, i know it sounds so trivial but couldn't tackle... here it is... let's say you have foo.so file. at the same folder you have bar.rb file and on that bar.rb file you require 'foo.so' ruby bar.rb gives "No such file to load" error.... if you rename foo.so with foo.rb and modify bar.rb like require 'foo' or require 'foo.rb' it all just fine... any suggestions are greatly appreciated.... thanks, volkan --0-176576958-11770491891785--