You are not logged in.
When I update my Arch Linux system using the command:
sudo pacman -SyuI get the following messages:
ldconfig: File /usr/lib/libjavascriptcoregtk-4.1.so.0.10.10 is empty, has not been checked.
ldconfig: File /usr/lib/libwebkit2gtk-4.1.so.0.21.6 is empty, has not been checked.
ldconfig: File /usr/lib/libwebkit2gtk-4.1.so.0 is empty, has not been checked.
ldconfig: file /usr/lib/libopencv_core.so is truncated
ldconfig: file /usr/lib/libopencv_core.so.4.13.0 is truncated
ldconfig: file /usr/lib/libopencv_core.so.413 is truncated
error: command terminated by signal 11: Segmentation faultHowever, everything seems to be working fine. How can I fix this issue?
Last edited by klodep (2026-05-03 20:14:53)
Offline
You reinstall the packages that include those files. ldconfig will only show corrupt libraries, though, so you probably want to check `pacman -Qkk` to see what all packages are corrupt and need reinstalled.
Offline
Thanks, I've had a lot to do.
Offline
I have very similar issue but in ld config I get "File * is empty, not checked" instead
> You reinstall the packages that include those files. ldconfig will only show corrupt libraries, though, so you probably want to check `pacman -Qkk` to see what all packages are corrupt and need reinstalled.
how do you do this exactly? Should I chroot and use pacman, use pacman of the live usb, use pacstrap or something else? whatever I do I still get segmentation error while attempting to reinstall the packges
I can boot into the system but everything is so weird, firefox doesn't work etc, please help ;,;
Offline