1
votes

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/[email protected]/lib/libssl.1.1.dylib

dyld: Symbol not found: _SSL_library_init Referenced from: /usr/local/bin/mysql Expected in: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib

1
Did you solve this in the end?Gordon Isnor

1 Answers

0
votes

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!