Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5708481
  • 博文数量: 675
  • 博客积分: 20301
  • 博客等级: 上将
  • 技术积分: 7671
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-31 16:15
文章分类

全部博文(675)

文章存档

2012年(1)

2011年(20)

2010年(14)

2009年(63)

2008年(118)

2007年(141)

2006年(318)

分类: LINUX

2008-09-22 15:00:45

ubuntu 8.04 chmsee

执行sudo apt-get install chmsee

安装后chmsee不能运行,有以下的错误:
sky@sky-desktop:~$  chmsee
chmsee: error while loading shared libraries: libxul.so: cannot open shared object file: No such file or directory

网上找了很多内容,一般都是firefox什么的,以前是用那个chmreader的插件,但现在已经firefox3.bata5了,这个不能用了,最后找到的答案,就这么简单:

cd /usr/lib
sudo ln -s xulrunner-1.9b5/libxul.so libxul.so
sudo ln -s xulrunner-1.9b5/libxpcom.so libxpcom.so
sudo ln -s xulrunner-1.9b5/libsqlite3.so libsqlite3.so
sudo ln -s xulrunner-1.9b5/libmozjs.so libmozjs.so


然后运行正常。

注意:上面的xulrunner会根据其版本稍有不同。

阅读(1507) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~