#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks --------------------------------+------------------------------------------- Reporter: mike@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: --------------------------------+------------------------------------------- I have embedded MacRuby in my app using the macruby_deploy script, but it still tries to load library files from /Library/Frameworks. In the case of C extensions, this actually caused libmacruby.dylib to be loaded twice, which is bad. I worked around this by changing the RUBY_LIB before initializing MacRuby. Shouldn't MacRuby set up it's path relative to the framework from which it is loaded? -- Ticket URL: <http://www.macruby.org/trac/ticket/692> MacRuby <http://macruby.org/>