Domizio Yes, I looked at the link you sent, and about 10+ other different posts I found on that issue. But I have installed in my distro (PCLOS) every lib, development file, etc that has anything to do with openssl.
But that can't be just a general problem because I only get problems when using hboo (not rails) with 1.9.2. If that was a generic problem then I shouldn't be able to run rails at all in any environment, OR run hobo with other ruby implementations. The FACT that I can run the same set of software (gems) in rbx and ree but not MRI 1.9.2 and 1.8.7indicates there must be a problem with how hobo interacts under those environments, because Rails has no problem with running under all of these environments (I will also try jruby when I get a chance). I would image this is a simple, but subtle, problem with the combination of MRI 1.9.2 and hobo 1.3.0.pre31. Besides installing everything my distro has associated with openssl, I even inserted the specific load path to openssl into the %LOAD_PATH variable for 1.9.2 and still got the same errors. Well, at least I know I can work with ree/rbx, to develop my app, but would like to use 1.9.2, since that's the future of Ruby/Rails. It will be interesting to see what happens when rbx and ree become compatible with 1.9..x to see if this problem will exist with those implementations. Jabari On Apr 28, 3:52 am, Domizio Demichelis <[email protected]> wrote: > > It must be something like a missing method(s) or missing > > or wrong load path for something (since I get the openssl > > load error). > > it is just that that ruby does not have openssl installed or linked > properly. > > Did you read (and tried) the suggested > link?http://stackoverflow.com/questions/5050493/rails-server-error > > 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.
