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