当我在 CentOS 上执行 dropbox 时出现此错误。
ImportError: libXcomposite.so.1: 无法打开共享对象文件: 没有这样的文件或目录
我没有 root 帐户。
输出uname -a
:
Linux 版本 2.6.18-308.24.1.el5([电子邮件受保护]) (gcc 版本 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP 2012 年 12 月 4 日星期二 17:43:34
答案1
我找到了解决方案。
我将 /usr/lib64/libX* 复制到 .dropbox-dist。现在,尽管有一些关于 dbus 的警告,Dropbox 仍可以正常工作。
process 21181: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
不管怎样,它有效。