Created
January 6, 2020 06:12
-
-
Save y2q-actionman/1e028ce5a17cab407d93ef09901a8399 to your computer and use it in GitHub Desktop.
MacOSXのHomebrewをアップデートした結果、OpenSSLが1.1系になって1.0系が使えなくなったけど、"Library not loaded: libcrypto.1.0.0.dylib issue in mac"とか出るのでOpenSSL 1.0系に戻す
This file contains hidden or 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
# MacOSXのHomebrewをアップデートした結果、OpenSSLが1.1系になって1.0系が使えなくなったけど、"Library not loaded: libcrypto.1.0.0.dylib issue in mac"とか出るのでOpenSSL 1.0系に戻したければ: | |
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb --force | |
brew switch openssl 1.0.2t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment