You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ec2-user@ip-10-192-11-106 firelens-datajet]$ nvm install node
Downloading and installing node v19.1.0...
Downloading https://nodejs.org/dist/v19.1.0/node-v19.1.0-linux-x64.tar.xz...
####################################################################################################################################################################################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
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)
Nvm is a real pain to install... You may want to just follow the DockerFile's method of installing node which is not as good because you can't switch between versions of node, but maybe you don't need to worry about that now.
The dockerfile shows how to configure Amazon Linux appropriately.
If you want to test it you can just run make containerjetit, which really doesn't require any prereqs other than docker to be installed. It will build and run datajet.
It seems NVM requires glibc 2.27 or 2.28.
Amazon Linux only supports glibc 2.26 at the moment: https://repost.aws/questions/QUrXOioL46RcCnFGyELJWKLw/glibc-2-27-on-amazon-linux-2
The text was updated successfully, but these errors were encountered: