Skip to content
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

What specific information should be filled in for "version" "os" and "arch"? #399

Open
joaquinboss opened this issue May 10, 2024 · 3 comments

Comments

@joaquinboss
Copy link

I want to deploy PCCS in the ubuntu 20.04. But I am confused about what specific information should be filled in for "version" "os" and "arch" when I reach this step that "Install via Linux Debian package installer"? Or rather, where should I go to find the corresponding information?
I will appreciate it if you give me the tips about the question.
微信图片_20240510101213

@lingyuj
Copy link
Contributor

lingyuj commented May 10, 2024

Please check the SGX Software installation guide for Linux:
https://download.01.org/intel-sgx/latest/linux-latest/docs/Intel_SGX_SW_Installation_Guide_for_Linux.pdf

@joaquinboss
Copy link
Author

Please check the SGX Software installation guide for Linux: https://download.01.org/intel-sgx/latest/linux-latest/docs/Intel_SGX_SW_Installation_Guide_for_Linux.pdf

ok. I just reahced the order "sudo apt-get install sgx-dcap-pccs" which is in the page 39 according to the pdf. However, I can't understand why do there errors occur? I am pretty sure that the version of node in my computer is 21.4, but the the errors in output indicated "the version of node is 20.13". I input "node -v", output is “v21.4.0" while I reahced the order "sudo apt-get install sgx-dcap-pccs". Can u help me dalao?
微信图片_20240510111458

@lingyuj
Copy link
Contributor

lingyuj commented May 10, 2024

Can you try reinstalling nodejs following instructions here: https://github.com/nodesource/distributions
Specifically you need to install a supported engine:
   apt remove nodejs
   apt install -yq --no-install-recommends nodejs=20.11.1-1nodesource1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants