如何解决ubuntu libgtk 3.so.0下找不到libgtk-x11-2.0.so.0

& 相关文章 &
adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64 共享库错了,重新下一个: sudo apt-get install ia32-libs
启动Eclipse报libncurses.so.5找不到,具体错误提示 adb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
sudo apt-get install ia32-libs
android 开发环境 helloworld出现问题。cannot open shared object file: No such file or directory
如题 /home/catia/android-sdks/tools/mksdcard: error
while loading shared libraries: libstdc++.so.6: cannot open shared object file: No
such file or directory
解决方案:
点击打开链接
1. error while loading shared libraries: libmkl_rt.so: cannot open shared object file: No such file or directory
/etc/ld.so.conf.d/ 文件夹下增加了一个文件命名为intel_mkl_settings.conf。 然后在里面添加MKL库路径
/opt/intel/mkl/lib/intel64 2,error while
$ ./chrome ./chrome: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory 安装 libXScrnSaver.x86_64 $su -c ‘yum install libXScrnSaver.x86_64′ $ ./chrome ./chrome: error while loading shared
error while loading shared libraries:libselinux.so.1
错误提示: error while loading shared libraries:libselinux.so.1
解决方法:
1. 添加库/lib/libselinux.so.1 2.去除应用程序对libselinux.so.1的依赖关系,正在寻找方法。
resources from the installer archive... Configuring the installer for this system's environment... nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared
解决:/home/catia/android-sdks/platform-tools/aapt: error while loading shared libraries: libz.so.1: c
/home/catia/android-sdks/platform-tools/aapt:
error while loading shared libraries: libz.so.1: cannot open shared object file:
No such file or directory
解决办法来源于: /questions/147400/problems-with-eclipse-and-android-sdk
输入sudo apt-get install lib32ncurses5 ia32-libs
在CentOS4.3下,安装JAVA_EE,出现如下错误: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
安装libstdc++.so.5 使用yum install libstdc++.so.5 就可以解决。 安装CVS, yum install cvs可以解决。
Oracle 11g sqlplus error
Platform:CentOS5.5(64bit)+Oracle11g(11.2.0.1)
sqlplus: error while loading shared libraries: /oracle/ora11g/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
Solution: shell&getenforce shell&/usr/sbin/setenforce 0 vi /etc/selinux/config SELINUX=enforcing-&disabled
The following error came up when I tried to run Adobe Acrobat Reader on ubuntu 12.10 error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory To fix this, simple install the package
是因为你忘了安装gcc,同样要是出现下面的错误:(在添加程序中选择开发工具) # ls
ls: error while loading shared libraries: /etc/libcwait.so: cannot open shared object file: No such file or directory
# rm /etc/ld.so.preload
rm: error while loading
error while loading shared libraries 错误解决办法总结,
最近安装了装了几次ACE库,装起来会出现很多问题。 其实我发现直接按照ace的帮助文档进行编写。就差不多。 安装完成后,经常会遇到以下问题error while loading shared libraries,就是编译器没有找到相应的lib库文件。
从互联网上找到了一些文章, 解决了我的问题:贴一下。 缺少libclntsh.so.11.1 当运行./alibaba_prof.out时,报错./alibaba_prof.out: error while loading shared
error while loading shared libraries的解決方法
在linux下运行程序时,发现了error while loading shared libraries这种错误,一时间不知道解决办法,在网上搜索,终于解决了:
./tests: error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or directory 出现这类错误表示,系统不知道xxx.so放在哪个目录下,这时候就要在/etc/ld.so.conf中加入
error while loading shared libraries的解決方法
自己编译一些程序,而程序难免会引用到别的so文件,但是有些so问总是找不到。报:error while loading shared libraries类似的错误。 ./Rserve: error while loading shared libraries: libR.so: cannot open shared object file: No such file or directory 出现这类错误表示,系统不知道xxx.so放在哪个目录下,这时候就要在/etc/ld.so.conf中
linux执行命令之后显示error while loading shared libraries
在执行一些命令的时候,显示error while loading shared libraries ./swman: error while loading shared libraries: libbase.so.0:cannot open shared object file: No such file or directory 1.根据名字找到这个包所在的位置 find /* -name "libbase.so.0" 2. 将查找到结果的这个路径添加到/etc/ld.so.conf中
安装jd-gui反编译工具 下载jd-gui-0.3.5.linux.i686.tar.gz,解压,运行jd-gui,出现错误:error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
这是amd64位linux出现的问题,解决方法: Java代码
链接地址 apt-get install ia32-libs-gtk
转自:链接地址
链接地址 ffmpeg正常安装后执行ffmpeg时出现如下错误: ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory 解决办法: sudo gedit /etc/ld.so.conf 加入:/usr/local/lib,该路径根据自定义的ffmpeg安装路径,我的是/usr/local/ffmpeg/lib. 执行ldconfig
1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory,安装下glic即可 sudo yum install glibc.i686 2、error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory sudo yum install zlib.i686
minigui libminigui-1.6.so.10: cannot open shared object file: No such file or directory
安装完minigui和qvfb后,运行自带例程,出现下列问题:
./listbox ./listbox: error while loading shared libraries: libminigui-1.6.so.10: cannot open shared object file: No such file or directory
原因:libminigui-1.6.so.10安装在默认路径/usr/local/lib下,
ubuntu默认搜索库的路径
& 2012 - 2016 &
&All Rights Reserved. &
/*爱悠闲图+*/
var cpro_id = "u1888441";
/*爱悠闲底部960*75*/
var cpro_id = "u1888128";2851人阅读
android(40)
在64位ubuntu中使用jd-gui反编译时出现错误:
此时,需要安装如下依赖包,即可:
sudo apt-get install ia32-libs-gtk libglib2.0-dev
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:104059次
积分:1734
积分:1734
排名:第16886名
原创:49篇
评论:54条
(1)(2)(2)(1)(1)(1)(1)(1)(1)(1)(1)(1)(2)(2)(7)(1)(2)(1)(2)(14)(11)How to fix “error while loading shared libraries: libgtk-x11-2.0.so.0”
The following error came up when I tried to run Adobe Acrobat Reader on ubuntu 12.10
error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
To fix this, simple install the package ia32-libs-gtk
$ sudo apt-get install ia32-libs-gtk
Now run the application again and the error should go away.
Subscribe to get updates delivered to your inbox
Related Posts
About Silver Moon
Php developer, blogger and Linux enthusiast.
He can be reached at .
Or find him on
You’re just about the only person to suggest this.
It didn’t get LightTable to work on Ubuntu 13.04 but, it got me past the immediate problem, and right into the next one!
Now, how do I fix a GTK warning!?
Connect with us
Other interesting stuff
Copyright & 2016 BinaryTides求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。 - 查看主题 & Ubuntu中文论坛
&[ 13 篇帖子 ]&
&文章标题 : 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
12:45帖子: 29
送出感谢: 0 次
接收感谢: 0 次
我的firefox以前直接按提示装的flashplayer,我记得是可以看flash的,昨晚开youtube发现该是flash的地方一片灰的,没有内容。于是我就卸载 sudo apt-get
flashplugin-nonfree,可是再重装就出错了,每次下载并安装完install_flash_player_9_linux.tar.gz,提示。。。Download done.Flash Plugin installed./usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory。。。我机器上是有 libgtk-x11-2.0.so.0 的 (/usr/lib/libgtk-x11-2.0.so.0)。。。我把/usr/lib添加到了PATH里面,还是不行。。现在不知改怎么办。。请懂的朋友指点一下。。
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
12:45帖子: 29
送出感谢: 0 次
接收感谢: 0 次
自己顶一下。
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
12:45帖子: 29
送出感谢: 0 次
接收感谢: 0 次
哪位大侠指点一下吧。。
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
12:45帖子: 29
送出感谢: 0 次
接收感谢: 0 次
无力地再顶一记
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
12:45帖子: 29
送出感谢: 0 次
接收感谢: 0 次
google了一大圈也没有可行的解决办法,用livecd启动,修改了menu.lst,可以加在 2.6.24.19 kernel,不过显卡驱动什么都没有配置好,也不知道是否还带来了其他的问题,后来索性重装了一边系统。。还望大家多多指教啊。
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
20:31帖子: 337地址: /open_source
接收感谢: 0 次
同情你啊,可惜我是新手。
_________________代码:'((&OS& . &Fedora&)& (&editor& . &Emacs&))& (&blog& . &/open_source&)
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
2:46帖子: 15639
送出感谢: 0 次
引用:AMD64下安装flashplugin官网下载:libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz代码:tar -xzvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gzsudo mkdir /usr/lib/mozilla/pluginssudo mkdir ~/.mozilla/pluginssudo mkdir -p /usr/lib/firefox/pluginssudo cp libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.sosudo ln -s /usr/lib/mozilla/plugins/libflashplayer.so ~/.mozilla/plugins/libflashplayer.sosudo ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox/plugins/libflashplayer.so
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
10:49帖子: 583地址: CS
送出感谢: 0 次
接收感谢: 0 次
下一个Get64bitFlash-0.1.tar.gz吧,方便得很试试代码:代码:#!/bin/bash## First we make the working directorysudo mkdir /tmp/pluginstall#choose version of ubuntu#Input code browserfunction strinput {unset refstrecho -n &$1&read refstr}## Ask if they agree to file bug reports, sort of a reminderechoecho & This script is used to setup the Flash 10 Alpaha. &echo & By entering yes below you acknowlage that you &echo & are installing development software and you &echo & will file bug reports with Adobe for every &echo & problem you incounter.&echoecho & Do you agree? yes or no : &if [ &$installtype& = && ]thenecho -n &(please type the whole word in lower case letters)&strinputelserefstr=$installtypefiif [ &$refstr& = &yes& ]thenecho &Flash installing.&## First we uninstall and remove all the existing flash packagessudo apt-get -y purge nspluginwrappersudo apt-get -y purge mozilla-plugin-gnashsudo apt-get -y purge swfdec-mozillasudo apt-get -y purge flashplugin-nonfreesudo rm -rfd /usr/lib/nspluginwrappersudo rm -f /usr/lib/firefox-addons/plugins/libflashplayer.sosudo rm -f /usr/lib/mozilla/plugins/flashplugin-alternative.so## Then we make a temp folder and download the new plugincd /tmp/pluginstallsudo wget& /pub/labs/flashplayer10/libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz## Next we extract and place the pluginsudo tar xvf libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gzsudo mv libflashplayer.so /usr/lib/mozilla/plugins/elif [ &$refstr& = &no& ]thenecho &I am sorry but you have to agree. &elseecho& & I am sorry but you have to agree. &echofi
_________________代码:&_____________& 呜呜buntu &&-------------& & & & \& &^__^& & & & &\& (oo)\_______& & & & & & (__)\& & & &)\/\& & & & & & & & ||----w |& & & & & & & & ||& & &||
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
20:43帖子: 17335
系统: 自动检测比较好
_________________谁是我?KL.Uiq8 YinMeng
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
10:31帖子: 6
送出感谢: 0 次
接收感谢: 0 次
一个奇怪的问题:我按照7楼哥们的回复安装设置了FLASH播放器,当时能用了,可后来突然又不能用了,经过反复试验,发现每次在重新启动浏览器时,必须重新的终端中运行一下拷贝文件的那句sudo cp libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so,然后刷新浏览器就能看视频了,只要有一个浏览器窗口开着就没事,不管是不是视频窗口,但把全部的浏览器窗口关掉再重开后就不行了,必须再运行拷贝文件才能再用,请高手分析一下是为什么?我试着把下载下来的TAR包文件拷贝到/usr/lib/mozilla/plugins/目录下解压,但不能成功,不知为什么。说明一下我用的64位UBUNTU9.04的系统,浏览器就是Firefox的。先谢谢了。
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
2:46帖子: 15639
送出感谢: 0 次
质子带电不行,我用的中子一直没事
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
10:31帖子: 6
送出感谢: 0 次
接收感谢: 0 次
回的好快,谢谢你了,希望能帮忙分析一下。
&文章标题 : Re: 求助,AMD64下安装flashplugin-nonfree出错,找不到libgtk-x11-2.0.so.0。。。发表于 :
10:31帖子: 6
送出感谢: 0 次
接收感谢: 0 次
想不通是什么意思,好象一个动态库,在浏览器开通的时候一直保持,一关掉浏览器就消失了。没有办法,只好试着下了一个64位OPERA的浏览器,安装后一切都好了。总算不用再麻烦了。
显示帖子 : 全部帖子1天7天2周1个月3个月6个月1年&排序 作者发表时间文章标题 升序降序&
&[ 13 篇帖子 ]&
正在浏览此版面的用户:没有注册用户 和 0 位游客
您 不能 在这个版面发表主题您 不能 在这个版面回复主题您 不能 在这个版面编辑帖子您 不能 在这个版面删除帖子您 不能 在这个版面提交附件
选择一个版面
------------------
公告/注意事项
& &新闻和通知
& &校园社团支持
& && &华东校区
& && &华南校区
& && &华北校区
& && &华中校区
& && &东北校区
& && &西北校区
& && &港澳台校区
& && &国外校区
& &软件推荐
& &非常任务
系统安装区
& &教学和常见问答
& && &课堂教学和培训
& &初学者园地 - 16.04
& &系统安装和升级
& && &新立得和软件源
& && &Wubi安装讨论
& &启动和引导
& &网卡问题以及网络和拨号
& && &校园网拨号
& &笔记本、UMPC支持
& &手机和平板
& && &Ubuntu移动应用开发
& &常用硬件支持
& &系统架构支持
配置美化区
& &字体美化和中文支持
& && &个人配置文件存放点
& &桌面特效
& &窗口管理器
& &屏幕抓图
& &办公、图像、机械电子设计等
& && &Vim和Emacs
& &因特网相关软件
& &影音多媒体
& &Wine及其分支
& &游戏和游戏模拟器
& &虚拟机和虚拟化
& &其它类软件
& &开源模板库
服务器管理
& &服务器基础应用
& &数据库管理
& &服务器维护和硬件相关
& &Ubuntu VPS
参与Ubuntu开发
& &软件和文档翻译
& &编译或打包
& &Ubuntu错误报告
程序设计区
& &Shell脚本
& &GTK+和QT
& &软件/网站开发
& && &Python/Php/Perl
& && &C/C++/Java
& &内核及嵌入式开发
& &开源小工具
& &Ubuntu 16.10
& &Ubuntu 14.04 LTS
& &Ubuntu 12.04 LTS
& &Ubuntu 10.04 LTS
& &老旧版本支持
& && &Ubuntu 15.10
& && &Ubuntu 15.04
& && &Ubuntu 14.10
衍生发行版
& &Ubuntu GNOME
& &Kubuntu
& &Xubuntu & Lubuntu
& &Ubuntu中文衍生版
& && &UbuntuKylin
& &Ubuntu国外衍生版
& && &Mint
& &Ubuntu衍生版制作
& &其它类Unix OS发行版
& && &Arch发行版
& && &Debian发行版
& && &OpenSUSE发行版
& && &Deepin
& &深度PK版
& &Ubuntu故事和感慨
& &Full Circle开源杂志
分享交流区
& &同城交流
& &线下活动专版
& &Ubuntu宣传推广
& &论坛管理
& && && &Ubuntu中文网上商店如何解决ubuntu下找不到libgtk-x11-2.0.so.0_百度知道}

我要回帖

更多关于 libgtk x11 2.0 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信