程序报告找不 到 libX11.so.6 文件

2007-12-31 文章 Chrys Liu
我在使用VMware的时候输出这样的错误信息 error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory 检查了一下,发现 libX11-6 这个包安装正确,在 /usr/lib 下明明有 libX11.so.6这个链接库文件存在,有人知道是什么原因造成的呢? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Re: 程序报告找不到 libX11.so.6 文件

2007-12-31 文章 shell909090
几种情况。 1.你自己添加的这个文件,忘记ldconfig 了。 http://dev.csdn.net/article/81341.shtm 2.版本不对,符号链接不上。 3.2的升级问题,我找到很多资料都说用不了。 http://communities.vmware.com/thread/17775 http://lists.centos.org/pipermail/centos/2006-February/060974.html 貌似是64位和32位的问题。 Chrys Liu 写道: 我在使用VMware的时候输出这样的错误信息 error while loading