首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

Linux下安装chmsee

作者:佚名  来源:不详  发布时间:2008-6-22 14:19:00
今天用sudo apt-get install chmsee装了chmsee

很快就找了一个CMH文件进行打开.没想到.点了之后半天没反应.我随着在终端下执行了chmsee 给了提示:

chmsee: error while loading shared libraries: libxul.s cannot open shared object file: No such file or directory

是说找不到libxul.so这个动态库文件.网上找了一翻才知道libxul.so这个库文件在/usr/lib/xulrunner-1.9b5文件夹下

接下来就可以这样做:

sudo vim /ect/ld.so.conf #打开/etc/ld.so.conf 文件

然后在ld.so.conf后加入一行这一行 /usr/lib/xulrunner-1.9b5

然后执行 sodu ldconf /etc/ld.so.conf

到这里就OK了.(网上看了好多说Firefox 下的chmreader插件很不错.)
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图