[#35027] [Ruby 1.9-Bug#4352][Open] [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s) — "James M. Lawrence" <redmine@...>

Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)

16 messages 2011/02/01

[#35114] [Ruby 1.9-Bug#4373][Open] http.rb:677: [BUG] Segmentation fault — Christian Fazzini <redmine@...>

Bug #4373: http.rb:677: [BUG] Segmentation fault

59 messages 2011/02/06

[#35171] [Ruby 1.9-Bug#4386][Open] encoding: directive does not affect regex expressions — mathew murphy <redmine@...>

Bug #4386: encoding: directive does not affect regex expressions

9 messages 2011/02/09

[#35237] [Ruby 1.9-Bug#4400][Open] nested at_exit hooks run in strange order — Suraj Kurapati <redmine@...>

Bug #4400: nested at_exit hooks run in strange order

12 messages 2011/02/15

[ruby-core:35187] Re: [Ruby 1.9-Bug#4373] http.rb:677: [BUG] Segmentation fault

From: Benoit Daloze <eregontp@...>
Date: 2011-02-10 12:24:45 UTC
List: ruby-core #35187
On 10 February 2011 13:04, Christian Fazzini <redmine@ruby-lang.org> wrote:
> Issue #4373 has been updated by Christian Fazzini.
>
>
> Btw, I don't see openssl in /usr or /usr/local/bin
>
> Which openssl, returns /opt/local/bin/openssl (isn't this the openssl that postgresql installed via macport as a dependency?)
>
> Where is the OSX default openssl located?
>
> locate openssl, returns
> /usr/bin/openssl
>
> Is this the one I should be using?

Yes.
The configure option is indeed --with-openssl-dir=/usr, because it
specify by this way binaries are in /usr/bin, headers in /usr/include
and libraries in /usr/lib.

Btw, the README explains how to install.

In This Thread