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

Show which openssl library / version is being used #2224

Closed
sos4nt opened this issue Jul 31, 2023 · 0 comments · Fixed by #2226
Closed

Show which openssl library / version is being used #2224

sos4nt opened this issue Jul 31, 2023 · 0 comments · Fixed by #2226

Comments

@sos4nt
Copy link

sos4nt commented Jul 31, 2023

ruby-build currently shows which readline, libyaml and gmp libraries are being used during install, e.g.:

Installing ruby-3.1.2...
ruby-build: using readline from homebrew
ruby-build: using libyaml from homebrew
ruby-build: using gmp from homebrew

It would be very useful to also see which openssl library is being used, e.g.

ruby-build: using openssl from homebrew

And since you can have multiple openssl versions installed via homebrew, it would be even more useful to see which particular version is being used, e.g.

ruby-build: using openssl 3.1.1 from homebrew
@sos4nt sos4nt changed the title Show which openssl library / version being used Show which openssl library / version is being used Jul 31, 2023
@eregon eregon linked a pull request Aug 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant