|
今天又遇到了..
我安装xchm 提示要用到chmlib 于是我装之
安装xchm正常!
运行时出现
@~/download]$ xchm
xchm: error while loading shared libraries: libwx_x11univ_html-2.5.so.2: cannot open shared object file: No such file or directory
但这个文件明明就在我的/usr/local/lib中
为什么他找不到呢,我在/usr/lib 中建了个同名软连接,还是一样的错! 晕
我/etc/ld.so.conf如下
@/etc]$ cat ld.so.conf
/usr/lib
/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt-3.1/lib
/usr/lib/sane
/usr/lib/mysql
/usr/local/lib
最后一行还是我自己加上的呢!
谁知道是怎么回事?? 怎么解决????
谢谢! |
|