You are not logged in.
Can anyone help me solve this upset problem "pacman: error while loading shared libraries: libalpm.so.7: cannot open shared object file: No such file or directory"
Everytime I try to run pacman ,the error occurs.However ,the file libalpm.so.7 has been exsisted on the location /usr/lib/ .Can you help me?
Offline
Maybe the library is corrupt, you can try re-installing it by reinstalling pacman: `pacman -S pacman`.
Offline
you can try re-installing it by reinstalling pacman: `pacman -S pacman`.
Not sure if he can run pacman ...
Offline
Try running under a debugger, like strace, to see where the binary is trying to find the libalpm.so.7 file. Then you'll know where, in what directory, the file is missing.
Offline
Spider.007 wrote:you can try re-installing it by reinstalling pacman: `pacman -S pacman`.
Not sure if he can run pacman ...
Heh, you're probably right. ![]()
@ts if you indeed cannot run pacman, you can extract the library manually:
cd /
tar xf /var/cache/pacman/pkg/pacman-4.0.2-1-x86_64.pkg.tar.gz usr/lib/libalpm.so.7Last edited by Spider.007 (2012-03-17 12:23:30)
Offline