Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - faisal

Pages: [1]
1
My current Node js app Require Version after 18.19.0 (Hydrogen)
And The versions are currently available on CWP-Centos7 are
19.9.0 and 21.4.0
But these need ldd 2.27.

Code: [Select]
Running node v21.3.0 (npm v)
node: /lib64/libm.so.6: version `GLIBC_2.27' 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 `CXXABI_1.3.9' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by node)
node: /lib64/libc.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)
node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by node)


If i want to upgrade the ldd version

Code: [Select]
sudo yum update glibcIs there will be will be any error? Has anyone done this before?


Note: This is a risky operation, and it's recommended to perform it on a test system first. Do not attempt this on a production system unless you are fully aware of the consequences.


Pages: [1]