Rock Pi 4 - Slarm64: Failure launching LibreOffice
by slacksam from LinuxQuestions.org on (#53F4H)
Hi,
on my Rock Pi 4 with slarm64 as OS, I've installed LibreOffice 6.4.0.3 from http://dl.fail.pp.ua/slackware/packages/aarch64/xap/.
First it failed launching, throwing the error message:Code:/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libboost_locale.so.1.72.0: cannot open shared object file: No such file or directoryInstalled is boost 1.73, so I did a quick and dirty fix (as root):Code:cd /usr/lib64/
for L in libboost_*1.73.0; do ln -sv "$L" "${L//73/72}"; doneNow it starts to launch without any error on CLI, but stops with a small error message dialog window (screenshot attached).
BTW, I'm running the MATE desktop 1.24 as GUI (compiled from msb github page).
Any Idea how to fix that?
Attached Thumbnails


on my Rock Pi 4 with slarm64 as OS, I've installed LibreOffice 6.4.0.3 from http://dl.fail.pp.ua/slackware/packages/aarch64/xap/.
First it failed launching, throwing the error message:Code:/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libboost_locale.so.1.72.0: cannot open shared object file: No such file or directoryInstalled is boost 1.73, so I did a quick and dirty fix (as root):Code:cd /usr/lib64/
for L in libboost_*1.73.0; do ln -sv "$L" "${L//73/72}"; doneNow it starts to launch without any error on CLI, but stops with a small error message dialog window (screenshot attached).
BTW, I'm running the MATE desktop 1.24 as GUI (compiled from msb github page).
Any Idea how to fix that?
Attached Thumbnails