neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
424 stars 143 forks source link

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

Open nielsdejong opened 1 year ago

nielsdejong commented 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

nielsdejong commented 1 year ago

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