Skip to content

Instantly share code, notes, and snippets.

@lvturner
Last active June 14, 2018 11:46
Show Gist options
  • Select an option

  • Save lvturner/4cb5e3934ec1b4a0db5f4f882dd284ec to your computer and use it in GitHub Desktop.

Select an option

Save lvturner/4cb5e3934ec1b4a0db5f4f882dd284ec to your computer and use it in GitHub Desktop.
Copy openssl libs to correct location
sudo cp /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /Library/ODBC/libssl.1.0.0.dylib
sudo cp /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /Library/ODBC/libcrypto.1.0.0.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment