R
Roger Pack
require '../ext/rubyeventmachine'
=> true
hmm.
Typically this works. On my newest machine, however, it errs as above.
LoadError: no such file to load -- rubyeventmachine
It's trying to load the file that I just required one line above,
successfully.
I assume this is a bug?
Info:
the file it is trying to load is '../ext/rubyeventmachine.bundle'
If I copy that file to the local directory [or sym link it in] then=> true
loads like a charm.
Egh. Looks like an obscure bug to me. Might be OS X only, anyway.
-R
=> true
hmm.
Typically this works. On my newest machine, however, it errs as above.
LoadError: no such file to load -- rubyeventmachine
It's trying to load the file that I just required one line above,
successfully.
I assume this is a bug?
Info:
the file it is trying to load is '../ext/rubyeventmachine.bundle'
If I copy that file to the local directory [or sym link it in] then=> true
loads like a charm.
Egh. Looks like an obscure bug to me. Might be OS X only, anyway.
-R