'GLIBCXX_3.4.26' Not Found
I'm running my bot from a Raspberry Pi 4, and recently updated Node to the latest version. However, when I tried to restart said bot, I got an error saying
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found (required by node)
.
I have no idea what this means, or how to fix it. I've tried searching Google, but I can't seem to find anything about what 'GLIBCXX' actually is or how to update it. 'libstdc++' is apparently up-to-date, so that tells me I am missing something else.
Also, I know this is not an issue related to Discord.JS, but since it is preventing me from starting the bot I created using it, I felt this was the best place to get the answer I am looking for. Thanks for your time.4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffHello! I'm not exactly sure if you found this article but it may be able to help. https://forum.magicmirror.builders/topic/18042/glibcxx_3-4-26-not-found-required-by-node Edit: Changed to link to a article talking about raspberry pis
MagicMirror Forum
`GLIBCXX_3.4.26' not found (required by node)
Hi all. Just updated my MM and saw that I was running on an ancient version of node/npm. Upgraded those and I’m currently seeing the following error: node: /...
That might help, thank you.
It shouldn't be too hard to downgrade Node.