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 安装 nvm0.39.7后安装node问题 #3263

Open
hunshimowang6 opened this issue Jan 13, 2024 · 2 comments
Open

centOS7 安装 nvm0.39.7后安装node问题 #3263

hunshimowang6 opened this issue Jan 13, 2024 · 2 comments
Labels
needs followup We need some info or action from whoever filed this issue/PR.

Comments

@hunshimowang6
Copy link

nvm0.39.7安装node20.9.0后node -v报错

报错内容:
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)

@ljharb
Copy link
Member

ljharb commented Jan 13, 2024

Please fill out the entire issue template; it's there for a reason.

@ljharb ljharb added the needs followup We need some info or action from whoever filed this issue/PR. label Jan 13, 2024
@linlang171
Copy link

nvm0.39.7安装node20.9.0后node -v报错

报错内容: 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)

centos7系统自带的glibc库版本较低,需要自己重新编译高版本的glibc替换掉系统自带的glibc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs followup We need some info or action from whoever filed this issue/PR.
Projects
None yet
Development

No branches or pull requests

3 participants