neodash icon indicating copy to clipboard operation
neodash copied to clipboard

NeoDash does not build on Amazon Linux (add note to docs)

Open nielsdejong opened this issue 1 year ago • 1 comments

When building NeoDash on Amazon Linux, the following error appears:

node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)

Amazon Linux seems to not work for Node 18, which is required by NeoDash: https://stackoverflow.com/questions/72022527/glibc-2-27-not-found-while-installing-node-on-amazon-ec2-instance

CC @tomgeudens

nielsdejong avatar Mar 24 '23 08:03 nielsdejong

Fixed when using a 6.1 Kernel instead of 5.X. TODO: add note in the documentation.

nielsdejong avatar Mar 25 '23 08:03 nielsdejong