Hi Greg, It may or may not be related (perhaps just related to my n00b-itude), but I ran into what I think was a namespace issue with one of my apps that may be related to yours. Despite require'ing another ruby app that I needed, I couldn't call methods that it loaded from modules. I should have been able to write AppName::Target.new, but it could never find the method. I ended up having to drop the AppName, and just call ::Target.new. Experimenting with the way you call the OpenSSL methods may help.
-AC On Wed, Feb 25, 2009 at 1:50 AM, Greg Borenstein <[email protected]> wrote: > Hey all, > > I know this issue has been discussed before > (<http://code.whytheluckystiff.net/list/shoes/2008/05/22/2787-re-shoes-openssl-and-windows.html> > and > <http://www.mail-archive.com/[email protected]/msg01367.html>), > but I was wondering if there's any progress in getting openssl packaged with > shoes. > > I'm working on my first Shoes app to actually package up and give to a > friend. It's going to send emails to volunteers for our non-profit music > festival and so needs net/smtp and smtp-tls which depend on openssl. Right > now I get an error: > > "undefined method 'closed?' for #<OpenSSL::SSL::SSLSocket[...]>" > > If it wasn't for that I would have gotten the whole thing built in about 30 > minutes with the awesome power of the shoes. > > I'm running off the OS X Intel Raisins build on Leopard... > > Thanks! > > yours, > > Greg (of the Git Bell) > --- > http://urbanhonking.com/ideasfordozens > http://atduskmusic.com >
