-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi Martin,
Anyone would have an idea how my CLI client stopped working, showing the error below, for any command I try to run?
/home//.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by /home/<my-user>/.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node) /home/<my-user>/.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node: /lib64/libc.so.6: version GLIBC_2.25' not found (required by /home//.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node)
/home//.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node: /lib64/libc.so.6: version GLIBC_2.28' not found (required by /home/<my-user>/.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node) /home/<my-user>/.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /home//.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node)
/home//.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /home/<my-user>/.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node) /home/<my-user>/.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by /home//.local/share/pagerduty-cli/client/0.1.16-3ec92e9/bin/node)
If that makes sense, how you would fix it?
Thanks a lot