I want to install brew in my macbook pro. but I get some error while install it by curl(curl not support https),and I install openssl(version 1.1.0e) again. Then, I remake and reinstall the curl(version 7.52.1) project. And now, curl run with this error info.
dyld: lazy symbol binding failed: Symbol not found: _OpenSSL_version_num
Referenced from: /usr/local/lib/libcurl.4.dylib
Expected in: flat namespace
dyld: Symbol not found: _OpenSSL_version_num
Referenced from: /usr/local/lib/libcurl.4.dylib
Expected in: flat namespace
My question is how to uninstall the curl clear? And how to resolve my problem?