Skip to content

Instantly share code, notes, and snippets.

@olivergeorge
Last active November 29, 2021 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivergeorge/71d6bb2887d258f5ca7c34d1c5944973 to your computer and use it in GitHub Desktop.
Save olivergeorge/71d6bb2887d258f5ca7c34d1c5944973 to your computer and use it in GitHub Desktop.

Fix is to link openssl@1.1 as openssl

1069  cd /opt/homebrew/opt                 # OR WHEREVER?
1070  rm openssl
1071  ln -s openssl@1.1 openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment