Perpustakaan Python Mysqlclient Tidak Ditemukan untuk -LSSL

// FOR PYTHON2.7
/* Locate openssl with command */ brew info openssl
/* and copy into */ ~/.zshrc/ /* this lines */
export LDFLAGS="-L/usr/local/opt/*/lib"
export CPPFLAGS="-I/usr/local/opt/*/include"
/* then */ source ~/.zshrc/ /* now reload the terminal or set the copied environment variables from the terminal /*
Tommy