From: Roger Pack Date: 2009-08-24T14:01:17+09:00 Subject: [ruby-core:25075] [Bug #1984] unable to require '.so' files with full directory path 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