Glibc is invalid

logs:

node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)

You may want to say what you’re actually doing to get those errors. If you’re trying to compile node: have a look at what cat /etc/os-release says, which should explain why you’re getting this error, too.

probably trying to run prebuilt newer nodejs binaries.

yes project containers have old glibc

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.