You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/root/rats-tls/src/include/rats-tls/api.h:14:10: fatal error: openssl/opensslv.h: No such file or directory
#include <openssl/opensslv.h>
The root cause is:
[ 4%] Performing build step for 'intel-sgx-ssl'
make[4]: Entering directory '/root/rats-tls/src/external/sgx-ssl/intel-sgx-ssl/src/intel-sgx-ssl/Linux'
Please follow the instruction at https://github.com/intel/linux-sgx/blob/master/README.md#build-the-intelr-sgx-sdk-and-intelr-sgx-psw-package to install "mitigation tools" first.
Makefile:41: recipe for target 'sgxssl' failed
make[4]: *** [sgxssl] Error 1
make[4]: Leaving directory '/root/rats-tls/src/external/sgx-ssl/intel-sgx-ssl/src/intel-sgx-ssl/Linux'
[ 5%] Performing install step for 'intel-sgx-ssl'
install: cannot stat '/root/rats-tls/src/external/sgx-ssl/intel-sgx-ssl/src/intel-sgx-ssl/Linux/package/lib64/libsgx_usgxssl.a': No such file or directory
install: cannot stat '/root/rats-tls/src/external/sgx-ssl/intel-sgx-ssl/src/intel-sgx-ssl/Linux/package/lib64/libsgx_tsgxssl.a': No such file or directory
install: cannot stat '/root/rats-tls/src/external/sgx-ssl/intel-sgx-ssl/src/intel-sgx-ssl/Linux/package/lib64/libsgx_tsgxssl_crypto.a': No such file or directory
install: cannot stat '/root/rats-tls/src/external/sgx-ssl/intel-sgx-ssl/src/intel-sgx-ssl/Linux/package/lib64/libsgx_tsgxssl_ssl.a': No such file or directory
/root/rats-tls/src/external/sgx-ssl
The default gcc is old and does not support gcc -Wa,-mlfence-after-load=yes
The text was updated successfully, but these errors were encountered:
The failure is:
The root cause is:
The default gcc is old and does not support
gcc -Wa,-mlfence-after-load=yes
The text was updated successfully, but these errors were encountered: