ldconfig: File /usr/lib/libuv.so.1 is empty 问题
archlinux吧
全部回复
仅看楼主
level 9
sudo pacman -S nodejs
resolving dependencies...
looking for conflicting packages...
Packages (1) nodejs-0.12.0-2
Total Download Size: 4.50 MiB
Total Installed Size: 18.39 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages ...
nodejs-0.12.0-2-x86_64 4.5 MiB 1153K/s 00:04 [######################################################] 100%
(1/1) checking keys in keyring [######################################################] 100%
(1/1) checking package integrity [######################################################] 100%
(1/1) loading package files [######################################################] 100%
(1/1) checking for file conflicts [######################################################] 100%
(1/1) checking available disk space [######################################################] 100%
(1/1) installing nodejs [######################################################] 100%
Optional dependencies for nodejs
python2: for node-gyp [installed]
ldconfig: File /usr/lib/libuv.so.1 is empty, not checked.
ldconfig: File /usr/lib/libuv.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libuv.so is empty, not checked.
最近安装软件时 出现 上面 问题, 大家有没有遇到?
2015年02月22日 13点02分 1
level 8
不太懂,貌似缺这个lib,帮顶
2015年02月22日 17点02分 2
lib 是有的.
2015年02月25日 04点02分
level 12
用 pacman -Qo /usr/lib/libuv.so找出它所属软件包,然后重新安装
2015年03月03日 05点03分 3
谢谢大家, 我后来又更新安装了nodejs, 自动就好了, 应该是当时的版本有bug。
2015年03月04日 13点03分
level 5
晕我也碰到这个问题了, 不过是在树莓派上,重装也不好使。
2015年07月22日 15点07分 4
1