-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssl lib not-found #132
Comments
I got the openssl-1.0.2 and the libssl.lib and libeay32.lib can be found and the cmake generate success ,but still get lnk 2001 or lnk2019 error r for such like _SSL_accept and _SSL_connect _SSLv23_method _BN_new _SSL_CTX_set_default_verify_paths . it really confused me, did I still make wrong version about openssl? |
@bigbenzhao use OpenSSL 1.0.2 and boost 1_64_0 |
Where do you find the OpenSSL 1.0.2 files? And did you use a installer or did you build it yourself? |
which OpenSSL version is right?
I used openssl1.1.1s and the one lib (libeay64.lib) can not be found ,then I use openssl-1.1.0,it's also can't be found.
Found OpenSSL library: optimized;D:/OpenSSL-Win64/lib/libssl.lib;optimized;LIB_EAY_RELEASE-NOTFOUND;debug;D:/OpenSSL-Win64/lib/libssl.lib;debug;LIB_EAY_DEBUG-NOTFOUND
the openssl old version log shows that libeay32.lib and ssleay32.lib were used in 1.0.X before 1.1.x and now it's libssl.lib and libcypto.lib
please help me known the right openssl version,thank you
The text was updated successfully, but these errors were encountered: