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

Install instructions did not work on Amazon Linux #23

Open
PettitWesley opened this issue Nov 21, 2022 · 1 comment
Open

Install instructions did not work on Amazon Linux #23

PettitWesley opened this issue Nov 21, 2022 · 1 comment

Comments

@PettitWesley
Copy link
Contributor

[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)

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

@matthewfala
Copy link
Contributor

matthewfala commented Nov 21, 2022

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.

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