解决error while loading shared libraries: libXxf86vm.so.1:

在utuntu14 X86上下啦jd-gui,运行报错:

./jd-gui: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory

百度不得其解,搜狗乎,得解!


from: http://www.mjt.me.uk/posts/getting-jd-gui-to-work-on-ubuntu-13.10/

So you’ve just downloaded the latest versionof jd-gui for linux but itdoesn’t start.

TLDR:

sudo apt-get install libgtk2.0-0:i386 libxxf86vm1:i386libsm6:i386 lib32stdc++6

More details:

Here’s the process I went through:

$ ./jd-gui 
./jd-gui: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory 
$ sudo apt-get install libgtk2.0-0:i386 
$ ./jd-gui 
./jd-gui: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory 
$ sudo apt-get install libxxf86vm1:i386 
$ ./jd-gui 
./jd-gui: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory 
$ sudo apt-get install libsm6:i386 
$ ./jd-gui 
./jd-gui: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 
$ sudo apt-get install lib32stdc++6 
$ ./jd-gui 
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"
(jd-gui:4746): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
...And it works!

 

Happy decompiling!

上面原文连接:http://blog.sina.com.cn/s/blog_73eefef20101cwt2.html


意思就是执行

sudo apt-get install libgtk2.0-0:i386 libxxf86vm1:i386libsm6:i386 lib32stdc++6

安装i386的依赖库即可



jd-gui 下载 http://jd.benow.ca/http://jd.benow.ca/

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

江西省遂川县常驻深圳大使

喜欢本文,打赏下作者吧~

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值