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

Centos7 uses the n command to install nodejs 18.19.1, but runs with the following error message. #4346

Open
bbhxwl opened this issue Feb 16, 2024 · 1 comment

Comments

@bbhxwl
Copy link

bbhxwl commented Feb 16, 2024

How should I upgrade?

[root@VM-0-17-centos bin]# node -v
node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by node)
[root@VM-0-17-centos bin]# 
@marco-ippolito marco-ippolito transferred this issue from nodejs/node Feb 19, 2024
@marco-ippolito
Copy link
Member

Hi @bbhxwl, how did you install node? It seems you are missing some system libraries or have outdated version.

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

3 participants
@bbhxwl @marco-ippolito and others