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

unable to initialize gcrypt (crypto) #3

Open
luii opened this issue Jun 29, 2016 · 5 comments
Open

unable to initialize gcrypt (crypto) #3

luii opened this issue Jun 29, 2016 · 5 comments

Comments

@luii
Copy link
Member

luii commented Jun 29, 2016

Got a error after building NodeOS with npm i, npm run build and then started with npm start

λ philipp [~/Dokumente/NodeOS] at  master !
→ npm start                                                                                                                                                                         [97c8f05]

> NodeOS@1.0.0-RC2 start /home/philipp/Dokumente/NodeOS
> scripts/start

qemu-system-x86_64: cannot initialize crypto: Unable to initialize gcrypt

I already rebuild it twice to make sure that it's not a random error.
I also looked for a possible solution on the build script and i think this line should be removed

@piranna
Copy link
Member

piranna commented Jun 29, 2016

I also looked for a possible solution on the build script and i think this line should be removed

I added it so it's not needed to have installed the libraries... Maybe has it downloaded an old version by error? Try installing the library to see if it got fixed...

@luii
Copy link
Member Author

luii commented Jun 29, 2016

I've installed following libraries on my arch linux system:

  • libcurl-gnutls
  • libgcrypt
  • libgcrypt11
  • gnutls
  • libgnutls26

@piranna
Copy link
Member

piranna commented Jun 29, 2016

And does it works now?
El 29/6/2016 19:26, "Philipp Czarnetzki" notifications@github.com
escribió:

I've installed following libraries on my arch linux system:

  • libcurl-gnutls
  • libgcrypt
  • libgcrypt11
  • gnutls
  • libgnutls26


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#3 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAgfvhURfXJtz0EiWQAmf10Zk7UBgCAvks5qQqq3gaJpZM4JBXZc
.

@luii
Copy link
Member Author

luii commented Jun 29, 2016

i installed the libraries and then posted this issue

@piranna
Copy link
Member

piranna commented Jun 29, 2016

Seems it's an issue of Arch, because that flag would have make unnedded to install the libraries... :-/

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