0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib Referenced from: /usr/local/bin/ssh Reason: image not found Abort trap: 6 というエラーが出て直したお話

Posted at

macを使用していて、ターミナルでSSHでサーバーに接続しようとした時、突然こちらのエラーが出るようになりました。

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib Referenced from: /usr/local/bin/ssh Reason: image not found Abort trap: 6

opensslに関わるトラブルのようです。

とりあえず、困ったときのBrew updateをしてみます。

brew update && brew upgrade

すると、PHPのバージョン等に様々問題があったので、指示通りに改善すると解決しました。

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?