> Therefore, hobo isn't seeing openssl on 1.9.2, but sees it under rbx
> and ree.
>

Hobo has nothing to do with "seeing openssl": ruby does. It's your ruby
installation that lacks of openssl. Try this:

$ rvm 1.9.2-p180
$ irb -f --simple-prompt
>> require 'openssl'

If you get a LoadError, I hope you will believe what everybody is sayng to
you. Hobo has nothing to do with it.


>
> I would conclude that the process to find/use openssl on linux under
> 1.9.2
> needs to be looked at to determine why it causes problems under that
> environment.
>

that "process" is Kernel#require, and since Hobo does not patch it, openssl
it's missing from your ruby installation.

dd

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to