LoginSignup
1
0

More than 3 years have passed since last update.

mac osをcatalinaにしてからbundleもrailsコマンドも効かない

Posted at

最近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

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0