Open nielsdejong opened 1 year ago
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
Fixed when using a 6.1 Kernel instead of 5.X. TODO: add note in the documentation.
When building NeoDash on Amazon Linux, the following error appears:
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