-
Notifications
You must be signed in to change notification settings - Fork 65
Error building solution #69
Comments
This error suggests that the 64-bit OpenSSL libraries are not being found. |
Is the newest version of OpenSSL (1.1.1) not supported? |
I use OpenSSL 1.1.1k on Ubuntu 20.04, no issue so far. |
|
Hi, I managed to fix the "Navigate to "Linker -> Additional Library Directories" and edit "Additional Library Directories" to include your OpenSSL library path. This is pre-set to C:\OpenSSL-Win64\lib\VC\ which is the default install location." Instead of OpenSSL library path, I just set it to the default I am still trying to find the solution for the first error |
Hi, I also got the first error while building, have you find the solution yet? |
No, I still dont find a solution |
Hi, I tried this sample using on Windows 10. I successfully installed SGX and OpenSSL, but I got 2 errors while building the solution :
MSB3073 The command ""********\sgx-ra-sample\vs\x64\Debug\mrsigner.exe" x64\Debug\enclave_sigstruct_raw > x64\Debug\enclave_mrsigner.txt
LNK1104 cannot open file 'libcrypto64MDd.lib'
I am using VS 2019 and Windows SDK 10.0. What should I do?
Thank you
The text was updated successfully, but these errors were encountered: