#1125: case insensitive fs require bug -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Fixed in r5197. {{{ $ DYLD_LIBRARY_PATH=. ./macruby -e "require 'URI'; require 'net/http'" -e:1:in `<main>': Can't load /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/1.9.2/uri.rbo: entry point function not located (this can happen when you load twice the same .rbo file with a different case on a case-insensitive filesystem) (LoadError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1125#comment:2> MacRuby <http://macruby.org/>