You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got issues in running my application with MySQLdb, like following.
Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
When python loading _mysql.cpython-37m-darwin.so file, it might load libssl.1.0.0 files. does it need to be specify version of openssl? cause 1.0.0 will reach EOL on 20190-12-31, it will be getting hard to install openssl 1.0.x with package manager.
FYI, Since openssl 1.0 will reach EOL on 2019-12-31, macOS Homebrew removed [email protected] in there repository.
Thanks.
The text was updated successfully, but these errors were encountered:
Luavis
changed the title
OpenSSL 1.0 will reach EOL on 2019-12-31
Upgrade OpenSSL version
Nov 26, 2019
I got issues in running my application with MySQLdb, like following.
When python loading
_mysql.cpython-37m-darwin.so
file, it might load libssl.1.0.0 files. does it need to be specify version of openssl? cause 1.0.0 will reach EOL on 20190-12-31, it will be getting hard to install openssl 1.0.x with package manager.FYI, Since openssl 1.0 will reach EOL on 2019-12-31, macOS Homebrew removed [email protected] in there repository.
Thanks.
The text was updated successfully, but these errors were encountered: