在Ubuntu中缺少libstdc++共享库问题的解决方法
在Ubuntu 7.04上运行jad或者其他的命令需要 libstdc++-libc6.2-2.so.3共享库的支持时,会报如下错误: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory 如果你试图安装libstdc++的共享库的时候会发现系统已经安装了最新的li...