mac osをcatalinaにしてからbundleもrailsコマンドも効かない
最近macosをcatalinaにしたんですが、その瞬間からbundleコマンドもrailsコマンドも効かずに途方に暮れる。
9): Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib (LoadError)
上記エラーばっかり出てくる。
以下のようにすると解決。
$brew uninstall --ignore-dependencies openssl
$brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/30fd2b68feb458656c2da2b91e577960b11c42f4/Formula/openssl.rb
どうやらopensslのversionが問題らしい
参考記事(英語です)
https://forums.meteor.com/t/mongodump-cannot-find-openssl-version-on-macos-catalina/50912/2
Author And Source
この問題について(mac osをcatalinaにしてからbundleもrailsコマンドも効かない), 我々は、より多くの情報をここで見つけました https://qiita.com/tomoharutt/items/d8a5b0dbcadf40b01f68著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .