TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
628 stars 15 forks source link

Use openssl@1.1 in Homebrew #109

Closed TaKO8Ki closed 2 years ago

TaKO8Ki commented 2 years ago

changelog: Use openssl@1.1 in Homebrew

robcresswell commented 2 years ago

@TaKO8Ki Is this live in homebrew? I'm seeing openssl errors

TaKO8Ki commented 2 years ago

@robcresswell Could you try the following command? The latest version in Homebrew has a bug and you can understand what it is in https://github.com/TaKO8Ki/frum/issues/107. I will release v0.1.2 as soon as possible.

$ frum install [your version] --with-openssl-dir=$(brew --prefix openssl@1.1)
robcresswell commented 2 years ago

@TaKO8Ki That seems to work, thanks! No stress on releasing, I appreciate the work and the help!

TaKO8Ki commented 2 years ago

@robcresswell I'm happy that it worked!