Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

ruby: configure: WARNING: unrecognized options: --with-openssl-dir #22295

Closed
chdiza opened this issue Sep 3, 2013 · 1 comment
Closed

ruby: configure: WARNING: unrecognized options: --with-openssl-dir #22295

chdiza opened this issue Sep 3, 2013 · 1 comment

Comments

@chdiza
Copy link
Contributor

chdiza commented Sep 3, 2013

Just noticed that the formula for ruby tries to build against a brewed ssl by invoking the configure flag --with-openssl-dir. However, that's not a recognized flag. I see this:

configure: WARNING: unrecognized options: --with-openssl-dir

And indeed, manual inspection of the package's configure script finds no occurrence, anywhere, of the string ssl or any case-variants thereof. So this doesn't seem to be the right way to go.

This might be related to the issues mentioned inside the ruby formula at the openssl-related part:

  1. openssl - why is the system not used? rbenv/ruby-build#304
  2. and ruby 2.0.0-p0 #18054
@jacknagel
Copy link
Contributor

This is known, some options aren't recognized by configure but get passed through to extconf.rb in the openssl extension.

@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants