You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ldd --version
ldd (GNU libc) 2.26
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
So trying to run NodeJS v18 will die:
$ /opt/node/bin/node --version
/opt/node/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/node/bin/node)
/opt/node/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/node/bin/node)
Updating glibc isn't viable, so will have to wait until moving to Amazon
Linux 2023:
So, retitled this to "Update to NodeJS v16" and will close it, then create another issue for v18, marking it as blocked by the Amazon Linux 2023 ticket.
Currently using v14.17.1 on the server, but current LTS version is v16.13.1.
Wouldn't be too hard to update because I am installing and building from source already anyway (via Ansible).
Nothing really pressing motivating this; just wanting to stay relatively up-to-date to avoid later headaches.
The text was updated successfully, but these errors were encountered: