Well, I am sorry I didn't imediately connect your problem with the same kind
of problem (and solution) I had with readline a few time ago. I will add
some chek at installation time.

ciao
dd

On Fri, Apr 29, 2011 at 12:53 AM, jzakiya <[email protected]> wrote:

> Success! Thanks Domizio
>
> Removed, then reinstalled ruby 1.9.2-p180 with:
>
> rvm install 1.9.2 --with-openssl-dir=/usr/bin
>
> Can now make hobo apps. :-)
> Can also use with 3 different servers:  rails s;  thin start;
> passenger start
>
> I would urge that this condition and fix be included the the Hobo
> manual
> installation section to save those unfortunate soles like myself that
> may
> come across this quirk.  It would be even better if hobo could detect
> this
> on installation and suggest the appropriate fix.
>
> Thanks all again for the help and patience.
>
> Jabari
>
> On Apr 28, 12:10 pm, Domizio Demichelis <[email protected]> wrote:
> > Your ruby does not find the openssl ruby library.
> >
> > $ gem which openssl
> >
> > should return the path of the lib. If not, it is missing and since Hobo
> uses
> > it, that's the reason that hobo will complain about it.
> >
> > Why is it missing from the ruby core? Because when you installed your
> ruby
> > rvm it didn't add it. How can you fix it (better than my previous link):
> >
> > http://beginrescueend.com/packages/openssl/
> >
> > ciao
> > dd
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Apr 28, 2011 at 11:36 AM, jzakiya <[email protected]> wrote:
> > > 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.
>
> --
> 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.
>
>

-- 
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