Closed dinshaw-he closed 3 years ago
I think this is because openssl@3 was released to Homebrew. I could reproduce this problem locally. The workaround for this issue is to run frum like the following. I will fix this problem as soon as possible.
$ frum install 2.7.0 --with-openssl-dir=$(brew --prefix openssl@1.1)
I think this is because openssl@3 was released to Homebrew. I could reproduce this problem locally. The workaround for this issue is to run frum like the following. I will fix this problem as soon as possible.
$ frum install 2.7.0 --with-openssl-dir=$(brew --prefix openssl@1.1)
That worked, thank you!
Super excited to try out Frum. I'm having trouble installing rubies < 3
On a fresh install of Montery - Intel chip:
Installing 3.0.2 works just fine.
Installing 2.7.3 or 2.7.4 fails with
cannot load such file -- openssl
. I have tried different versions of openssl. I have tried with and without the --openssl-dir flag. The factory openssl is:The error I get is: