I have just installed libreoffice from apt-get in ubuntu.
When I try to run Calc, I don’t get any window to appear. In /var/log/syslog I see the message:
libreoffice-calc.desktop[39749]: /usr/lib/libreoffice/program/soffice.bin: error w
hile loading shared libraries: libboost_locale.so.1.71.0: cannot open shared object file: No such file or d
irectory
If I do ldd on soffice.bin, then I get the messages:
ldd /usr/lib/libreoffice/program/soffice.bin | grep boost
libboost_locale.so.1.71.0 => not found|
libboost_filesystem.so.1.71.0 => not found|
libboost_iostreams.so.1.71.0 => not found|
libboost_filesystem.so.1.71.0 => not found|
Searching under /usr/local/lib, I see the boost libraries are all 1.77:
/usr/local/lib$ ls -1 libboost_locale* libboost_filesystem* libboost_iostreams*
libboost_filesystem.a
libboost_filesystem.so
libboost_filesystem.so.1.77.0
libboost_iostreams.a
libboost_iostreams.so
libboost_iostreams.so.1.77.0
libboost_locale.a
libboost_locale.so
libboost_locale.so.1.77.0
(The un-versioned .so files are all symbolic links into the corresponding 1.77 files.)
Is there some way to get LibreOffice to understand that I have version 1.77 and not 1.71 ?
Many thanks!