LegionCore-7.3.5
LegionCore-7.3.5 copied to clipboard
openssl lib not-found
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
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?
我遇到的也是openssl报错 ubuntu22.04版本 cmake最新版不行,降到了3.18.4 openssl最新版不行,降到了1.0.2 然而运行cmake还是报错