Bug #1984: unable to require '.so' files with full directory path http://redmine.ruby-lang.org/issues/show/1984 Author: Roger Pack Status: Open, Priority: Normal ruby -v: 1.9.2 mingw where c:\dev\go.rb exists c:\dev>irb >> require "\\dev\\go" => true you can require it by absolute path. However with c:\dev\go.so exists, you cannot. Thanks. ---------------------------------------- http://redmine.ruby-lang.org