How to fix: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: So I'm now desperate in finding a fix for this. I'm compiling a shared library .so in Ubuntu 32 bit (Have tried doing it under Debian and Ubuntu 64 bit, but none worked either) I keep getting: /usr/lib/libstdc++.so.6: version ``GLIBCXX_3.4.15' not found every time I try to load my plugin. Here's how I'm getting this error: Install latest Ubuntu 32 bit sudo apt-get install build-essential Compile & load my plugin (.so) Here are some links which I found and tried, but none worked for me: (My old question: I somehow got it fixed a few days