码迷,mamicode.com
首页 > 编程语言 > 详细

./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

时间:2014-10-31 15:23:23      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   使用   for   sp   on   bs   ad   

Ubuntu 上使用jad,出现上面错误:

./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

 

网上搜索有的建议是这样:

1. Download the package from http://packages.ubuntu.com/dapper/i386/libstdc++2.10-glibc2.2/download
2. sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-24_i386.deb

3. If you don’t have the following items in the package, please install:-

  • sudo apt-get install libexpat1
  • sudo apt-get install libtiff4

4. sudo ln -s /usr/lib/libexpat.so.1 /usr/lib/libexpat.so.0
5. sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3

 

对于我来说原因是要下载http://varaneckas.com/jad/中的

而我开始的时候下载的不是这个

 

./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

标签:http   io   ar   使用   for   sp   on   bs   ad   

原文地址:http://www.cnblogs.com/maseng/p/4065021.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!