LegionCore-7.3.5 icon indicating copy to clipboard operation
LegionCore-7.3.5 copied to clipboard

openssl lib not-found

Open bigbenzhao opened this issue 2 years ago • 4 comments
trafficstars

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

bigbenzhao avatar Feb 10 '23 01:02 bigbenzhao

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 avatar Feb 10 '23 03:02 bigbenzhao

@bigbenzhao use OpenSSL 1.0.2 and boost 1_64_0

Elgrimm avatar Feb 10 '23 09:02 Elgrimm

Where do you find the OpenSSL 1.0.2 files? And did you use a installer or did you build it yourself?

Chronoicle avatar Mar 19 '23 22:03 Chronoicle

我遇到的也是openssl报错 ubuntu22.04版本 cmake最新版不行,降到了3.18.4 openssl最新版不行,降到了1.0.2 然而运行cmake还是报错

image

miaolin1993 avatar Oct 09 '23 18:10 miaolin1993