Article 53F4H Rock Pi 4 - Slarm64: Failure launching LibreOffice

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 Thumbnailsattachment.php?attachmentid=33204&stc=1& latest?d=yIl2AUoC8zA latest?i=-NtsDQ-fSew:TvtXVxMBKoA:F7zBnMy latest?i=-NtsDQ-fSew:TvtXVxMBKoA:V_sGLiP latest?d=qj6IDK7rITs latest?i=-NtsDQ-fSew:TvtXVxMBKoA:gIN9vFw-NtsDQ-fSew
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments