tools/nodejs/18.13 module not working on Ubuntu 18.04
Bug Report
Summary and Bug Description
When trying to use the tools/nodejs/18.13
module on one of the pool pcs, you get a dependency error ./node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by ./node)
.
Current Behavior
Error when trying to use Node.js 18.13
Expected Behavior
Node.js starting
Steps to Reproduce
- Create workspace
- Activate workspace
- Add
tools/nodejs/18.13
as module - Start by node binary (location is in
$NODE_18_13
) - Fail
Diagnosis
Output of axii self report
axii self report
┏━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Scope ┃ Info ┃
┡━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Axii │ Axii 23.10.1.0 @main-0 with shell integration │
│ OS │ Ubuntu 18.04.6 LTS │
│ Kernel │ Linux 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 │
│ │ UTC 2023 x86_64 GNU/Linux │
│ Shell │ /bin/bash │
│ Python │ Python 3.6.9 │
│ Pip │ certifi==2023.7.22, charset-normalizer==2.0.12, click==8.0.0, │
│ │ commonmark==0.9.1, cycler==0.11.0, dataclasses==0.8, │
│ │ dbus-python==1.2.18, decorator==5.1.1, distro==1.7.0, gitdb==4.0.9, │
│ │ GitPython==3.1.18, idna==3.4, igraph==0.9.11, │
│ │ importlib-metadata==4.8.3, kiwisolver==1.3.1, matplotlib==3.3.0, │
│ │ networkx==2.5, notify2==0.3.1, numpy==1.19.0, Pillow==8.4.0, │
│ │ pkg_resources==0.0.0, psutil==5.9.4, Pygments==2.14.0, │
│ │ pygraphviz==1.6, pyparsing==3.1.1, PyQt5==5.15.0, │
│ │ PyQt5-sip==12.9.1, python-dateutil==2.8.2, python-igraph==0.9.11, │
│ │ python-Levenshtein==0.12.2, requests==2.26.0, rich==12.6.0, │
│ │ rich-click==1.2.1, six==1.16.0, smmap==5.0.0, texttable==1.6.7, │
│ │ thefuzz==0.19.0, typing_extensions==4.1.1, urllib3==1.26.16, │
│ │ xdg==5.1.1, zipp==3.6.0 │
└────────┴─────────────────────────────────────────────────────────────────────┘
More Relevant Logs or Screenshots
This error seems to be related to the Ubuntu version used (as seen at this stack overflow answer).