libreoffice 7.3.3-2 depends on older libicu (70)
I see this when starting libreoffice:
~/Downloads/test $ libreoffice
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libicudata.so.70: cannot open shared object file: No such file or directory
Cause seems to be:
~/Downloads/test $ ldd /usr/lib/libreoffice/program/soffice.bin | grep libicu
libicuuc.so.71 => /usr/lib/libicuuc.so.71 (0x00007fac477c4000)
libicudata.so.71 => /usr/lib/libicudata.so.71 (0x00007fac426d7000)
libicui18n.so.71 => /usr/lib/libicui18n.so.71 (0x00007fac41853000)
libicudata.so.70 => not found
libicui18n.so.70 => not found
libicuuc.so.70 => not found
Is libreoffice lagging behind the installed libraries? Should I just wait for an update? Thanks.