Skip to content

Instantly share code, notes, and snippets.

@diegorocha
Created March 29, 2017 20:47
Show Gist options
  • Save diegorocha/950891d6d6ec34c84eeda3b4e9cfe99a to your computer and use it in GitHub Desktop.
Save diegorocha/950891d6d6ec34c84eeda3b4e9cfe99a to your computer and use it in GitHub Desktop.
Resolve problema "ld: library not found for -lssl" ao instalar mysqlclient/MySQL-python no MacOS
#!/bin/bash
env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip --no-cache install mysqlclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment