Hey Eric,

I do have the isolate gem installed. In a number of gemsets as it
were. Here is a gem list:

mike@sm-mike-thinkpad:~/workspace/rubinius_testing/unicorn-4.4.0$ gem list

*** LOCAL GEMS ***

bundler (1.2.1)
isolate (3.2.2)
rack (1.4.1)
rake (0.9.2.2)
rubygems-bundler (1.1.0)
rvm (1.11.3.5)

Here is a "find" for isolate running against my .rvm directory:

mike@sm-mike-thinkpad:~/workspace/rubinius_testing/unicorn-4.4.0$ find 
/home/mike/.rvm/ -name isolate-3.2.2
/home/mike/.rvm/gems/rbx-2.0.testing@global/doc/isolate-3.2.2
/home/mike/.rvm/gems/rbx-2.0.testing@global/gems/isolate-3.2.2
/home/mike/.rvm/gems/rbx-2.0.testing/doc/isolate-3.2.2
/home/mike/.rvm/gems/rbx-2.0.testing/gems/isolate-3.2.2
/home/mike/.rvm/gems/rbx-2.0.testing@rubinius_testing/doc/isolate-3.2.2
/home/mike/.rvm/gems/rbx-2.0.testing@rubinius_testing/gems/isolate-3.2.2

and lastly, here is the setting I have for the "RUBYLIB" variable in my 
local.mk:

RUBYLIB=/home/mike/.rvm/gems/rbx-2.0.testing/

(FYI: this is injected on line 8 of your sample local.mk that ships with the 
project)

If I run irb, I cannot require 'isolate' without requiring 'rubygems' even with 
it in all these places. I assume there is some kind of path / inclusion issue I 
am facing here and I don't quite know how to go about getting around it. 
Perhaps I have RUBYLIB set wrong, or I need to try to approach this completely 
differently and not from rvm at all.

Thank you so much for all your efforts in trying to help me get going on this, 
they are very appreciated.

Also please let me know if there is a log output, setting/configuration file or 
something else that having access to/knowledge of would help.

Thanks again,

-Mike Thompson
_______________________________________________
Unicorn mailing list - [email protected]
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

Reply via email to