投稿数 585
公開から 2940

【Error】dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib


Categories: はまった所

いきさつ

mongodb試してたらこうなりました・・・😭

これでいけました。

brew update && brew upgrade
brew uninstall --ignore-dependencies openssl; brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb

参考

https://github.com/kelaberetiv/TagUI/issues/86