Skip to content
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

Open
bigbenzhao opened this issue Feb 10, 2023 · 4 comments
Open

openssl lib not-found #132

bigbenzhao opened this issue Feb 10, 2023 · 4 comments

Comments

@bigbenzhao
Copy link

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
Copy link
Author

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?

@Elgrimm
Copy link

Elgrimm commented Feb 10, 2023

@bigbenzhao use OpenSSL 1.0.2 and boost 1_64_0

@Chronoicle
Copy link

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

@miaolin1993
Copy link

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants