nodejs / snap

Node.js snap source and updater
MIT License
166 stars 38 forks source link

All Node.js snaps failing on CentOS 7 as of 4/18/23 #48

Closed boutell closed 1 year ago

boutell commented 1 year ago

As recently as last week I had no problem installing the the "node" snap on CentOS 7. Today versions 14, 16 and 18 all seem to install, but invoking node always fails with the same set of fatal errors:

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)

My libm.so.6 is:

/usr/lib64/libm.so.6 -> libm-2.17.so

But not caring about these things is the whole point of snaps, no?

Please advise. Thanks!

boutell commented 1 year ago

Update: mysteriously not happening anymore, and someone else was in the kitchen on this server it seems. Closing.