-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
I got problems when using the libs installed by vcpkg #24291
Comments
@huangrunqian Thanks for posting issue, sorry, I didn't reproduce your problem locally.
For |
Maybe you can specify these two libs in Visual Studio. Related issue #12001 |
I just tried |
Is the error still the same? If not, please provide the error log: |
I used CMD for administrator to run the commands, and installed openssl successfully. However, now I got |
However, there is SSL_get1_peer_certificate and EVP_DigestSignUpdate now. |
Maybe it's not the problem of the openssl lib... I cleaned my project and built from the start, everything seemed fine and I don't know why. So I'm just closing this issue. |
My system is Windows10, and I installed openssl & zlib by
vcpkg.exe install openssl:x64-windows openssl-windows:x64-windows zlib:x64-windows
Then I built other projects linking to these libs, and I got following errors:
However, if I copy libcrypto.lib and libssl.lib installed by anaconda and cover the libs installed by vcpkg, the last two errors could be solved. Does that mean the libs I installed didn't packed these when building? What should I do to solve these problems?
The text was updated successfully, but these errors were encountered: