Created
November 9, 2020 14:19
-
-
Save ozrabal/a858c1dfefcf6bd62585abf05c6dbab1 to your computer and use it in GitHub Desktop.
Resolving missing link to libcrypto/openssl on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew uninstall --ignore-dependencies openssl | |
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/30fd2b68feb458656c2da2b91e577960b11c42f4/Formula/openssl.rb > openssl.rb | |
brew install ./openssl.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment