On Thu, 4 Dec 2025, RAGINI wrote:
I am trying to open libreoffice but I get the following error:
libreoffice /usr/lib/libreoffice/program/javaldx: error while loading
shared libraries: libxml2.so.2: cannot open shared object file: No such
file or directory
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared
libraries: libicuuc.so.76: cannot open shared object file: No such file or
directory
$ ldconfig -p | grep -E "libxml2|libicuuc"
libxml2.so.16 (libc6,x86-64) => /usr/lib/libxml2.so.16
libxml2.so (libc6,x86-64) => /usr/lib/libxml2.so
libicuuc.so.78 (libc6,x86-64) => /usr/lib/libicuuc.so.78
libicuuc.so (libc6,x86-64) => /usr/lib/libicuuc.so
I do see that the libreoffice version is expecting libxml2.so.2
Any pointers how this can be resolved?
Okay I found the issue, the libraries got updated when I did a full system
upgrade but since libreoffice package was in the list of ignore package list
it didn't get upgraded.
looks like some more packages (eg Java, Chromium, Texlive) need to be placed in
ignore package list.
warm regards
Saifi.