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
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
After successfully compiled ALL files, I tried the server and it was running expected, but when I run the client, I got a weird error: sgx_get_extended_epid_group_id: ./client: undefined symbol: sgx_get_extended_epid_group_id
And after I checked linked libraries in the client, I found ALL libs related to SGX does NOT resolve in the tables at all.
After successfully compiled ALL files, I tried the server and it was running expected, but when I run the client, I got a weird error:
sgx_get_extended_epid_group_id: ./client: undefined symbol: sgx_get_extended_epid_group_idAnd after I checked linked libraries in the client, I found ALL libs related to SGX does NOT resolve in the tables at all.
Can someone help me with this?