简体   繁体   中英

macos 10.11 install mysql and prompt “dyld: Symbol not found: _SSL_library_ini”

my mac os version is 10.11.6;when i install mysql finish;i use "mysql -u root -p" and input password;the console prompt:

Enter password: dyld: lazy symbol binding failed: Symbol not found: _SSL_library_init Referenced from: /usr/local/bin/mysql Expected in: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib

dyld: Symbol not found: _SSL_library_init Referenced from: /usr/local/bin/mysql Expected in: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib

I ran into this problem earlier today (except with wget after a seemingly trivial macOS point update). You might have to try reinstalling mysql or an updated version of it and go from there. Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM