执行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
然后运行正常。
ubuntu 8.04 chmsee
最新推荐文章于 2021-05-05 06:09:47 发布