-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
Chelsea Troy edited this page Nov 1, 2020
·
3 revisions
That dingdang "Library not loaded" thing from openssl:
brew uninstall openssl; brew uninstall openssl; brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
If that doesn't work, it's because you are on a newer version of Homebrew that doesn't let you shove non-checksummed dependencies into your path. So instead of the above command you have to do:
brew install rbenv/tap/[email protected]
ln -sfn /usr/local/Cellar/[email protected]/1.0.2t /usr/local/opt/openssl
`