Hi,
I'm trying to run https://github.com/intel/sgx-ra-sample in Ubuntu 18.04, i7 8th gen processor. I started the server successfully. But when starting the client with command ./run-client , i keep getting error "This system does not support Intel SGX." though SGX has been successfully enabled in BIOS and SGX SDK version 2.9 has been installed where all the examples in the SampleCode of the SDK runs successfully. Why do i still get "This system does not support Intel SGX" though my system clearly supports SGX?
Regards,
Bala
Left pane is the SERVER. Right pane is the CLIENT.
Link Copied
The problem occurred because the path to libsgx_uae_service.so was not detected right. After manually entering the correct path, it was rectified.
Thanks,
Bala
The problem occurred because the path to libsgx_uae_service.so was not detected right. After manually entering the correct path, it was rectified.
Thanks,
Bala
Hi, Bala
I have same question. Could you give me a more detail solution?
Where I should change the path of libsgx_uae_service.so?
For more complete information about compiler optimizations, see our Optimization Notice.