Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow adding elements to the ruby compile $PATH #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antifuchs
Copy link

When compiling Ruby 2.1.1 on a recent Mavericks system with Homebrew installed, it fails to compile because the openssl vendored into ruby seems to not compile. We've worked around this issue by installing openssl via homebrew, and then adjusting the $PATH to include /usr/local/bin (so the build can find the openssl configuration). This requires support from puppet-rbenv, since it sets a minimal $PATH that doesn't include /usr/local/bin.

Does this seem like something you can include? If so, feel free to pull it in (-:

This is necessary for some installations under OS X 10.9, where
compiling the bundled OpenSSL under 2.1.1 fails (but there is a
working version installed in /usr/local through Homebrew).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant