digest/sha1 etc: Break dependency on /usr/local/opt/openssl
jlnr opened this issue · 2 comments
jlnr commented
rvm seems to automatically use homebrew's OpenSSL to build Ruby, which breaks digest/sha1
and friends on computers without /usr/local/opt/openssl.
jlnr commented
This issue is not rvm specific, ruby-build has the same problem: rbenv/ruby-build#304
Next step: See if they have gotten static linking to work.
jlnr commented
This should be fixed by completely rethinking this project.