Hello all,
first, sorry if this is a repeat post. I could not find a way to search the
list archives.
I am running into a problem (r970 on win xp w/o admin rights) where loading
a shoes app that uses ruby gems raises an exception window:
"Application failed to start because SSLEAY32.dll not found"
samples/simple-rubygems.rb raises this, and then proceeds in spite of
itself. it seems to work according to plan, other than that nasty error.
however, when i run my own application, it fails to shoes-console, saying:
'specified module could not be found:
{....}shoes/0.970/ruby/lib/i386-win32/openssl.so'
the file is right there where it is supposed to be.
also, i figured this would work, but...
using samples/expert-irb.rb:
>> Shoes.setup { gem 'mygem' }
fails to find the gem. (i've tried a variety).
hmmmm.....