You are not logged in.
Pages: 1
all my apps aren't working saying they are looking for this missing file even pacman
pacman: error while loading shared libraries: libgpg-error.so.0: cannot open shared object file: No such file or directory
i might have deleted it by accident. is there something i can do to fix this?
Last edited by Bluish9992 (2023-05-26 08:29:39)
Offline
ls /usr/lib/libgpg-error.so*libgpg-error.so.0 is a symlink to libgpg-error.so.0.34.0 - if the latter exists, just re-create the symlink.
If it doesn't, you'll have to fix this ofline (eg. from the installation iso using "pacman --sysroot /mnt …" or by downloading the package and extracting the file manually)
Offline
ty for replying. yeah i deleted libgpg-error.so.0.34.0 as well, uhm whoops.
where can i find more information about installing about downloading the package and extracting it manually
Offline
Offline
You can also reinstall libgpg-error with pacman-static. The pinned comment has a link to binaries which you can download and run directly.
Offline
that fixed it ty. i ended up downloading from that link you sent and manually putting back the files i deleted
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1