yes,i have the problem about liblzma pacman: error while loading shared libraries: liblzma.so.0: cannot open shared object file: No such file or directory sudo tar -xvpf /var/cache/pacman/pkg/xz*.gz -C / --exclude .PKGINFO --exclude .INSTALL sudo ln -s /usr/lib/liblzma.so /usr/lib/liblzma.so.0 so i need sudo ln -s /usr/lib/liblzma.so.0 /usr/lib/liblzma.so.5 ? 2011/2/2 Allan McRae <allan@archlinux.org>
On 02/02/11 15:34, doherty pete wrote:
so i changed mirrors to ftp://mirrors.kernel.org/archlinux/ sudo pacman -Scc sudo pacman -Syyu and many pkg like zd1211 show that error:fail to commit transtltion (invalid or corrupted package) zd1211-firware-1.4-4-ang.pkg.tar.xz is invalid or corrupted
i think it's no problem about mirrors
I'm going to take a wild guess here and suggest you have made a symlink from /usr/lib/liblzma.so.5 to another version, probably liblzma.so.0. (or the other way around).
Allan
-- pete_doherty