yay: error while loading shared libraries: libassuan.so.0 #253
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have updated this libassuan package and when trying to run pacman after:
pacman: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory
use
sudo ln -s /usr/lib/libassuan.so.9.0.0 /usr/lib/libassuan.so.0
as a workaround to make your pacman work first. It seems like pacman build has lagged behindlibassuan
3.0.0What was/is your
pacman
andlibassuan
version? Whatx86-64-vN
level are you on? If you use a wrapper, like yay, make sure you actually testpacman
, not the wrapper.PS: Instead of symlinking, use
LD_PRELOAD
to load the libs required, or usepacman-static
: