How can I find libstdc++.so.6?
问题 I'm trying to build Android project on my 64-bit kubuntu linux and encountered the error message: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory. running apt-get install libstdc++6 told me that this library is allready installed on my machine and its up to date. Now I'm trying to find out where it is so I could update my path and tell adb where to look for it. Tried ;/$ find libstdc++6 and which libstdc++6 and they both failed