Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Libreoffice error: libboost_locale.so (no such file or directory) (Read 1299 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Libreoffice error: libboost_locale.so (no such file or directory)

After the latest update yesterday, I got this message when I ran libreoffice.

Code: [Select]
$ libreoffice
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libboost_locale.so.1.79.0: cannot open shared object file: No such file or directory

I'm using libreoffice-fresh.

Any help is appreciated.

Re: Libreoffice error: libboost_locale.so (no such file or directory)

Reply #1
Symlink the missing shared library to whatever libboost_locale library version you have.
On my system:
Code: [Select]
/usr/lib/libboost_locale.so.1.79.0 -> libboost_locale.so.1.80.0

Re: Libreoffice error: libboost_locale.so (no such file or directory)

Reply #2
What version of libreoffice are you using? libreoffice-fresh is in the universe repos now and it is linked against boost 1.80.0

Re: Libreoffice error: libboost_locale.so (no such file or directory)

Reply #3
Symlink the missing shared library to whatever libboost_locale library version you have.
On my system:
Code: [Select]
/usr/lib/libboost_locale.so.1.79.0 -> libboost_locale.so.1.80.0

This did the trick. Many thanks!

Re: Libreoffice error: libboost_locale.so (no such file or directory)

Reply #4
What version of libreoffice are you using? libreoffice-fresh is in the universe repos now and it is linked against boost 1.80.0

LibreOffice 7.4.0.3, but when I ran

Code: [Select]
#pacman -Ss libreoffice

Nothing happened. I couln't even reinstall from the repos (world).

Thanks for the reply.

 

Re: Libreoffice error: libboost_locale.so (no such file or directory)

Reply #5
LibreOffice 7.4.0.3, but when I ran

Code: [Select]
#pacman -Ss libreoffice

Nothing happened. I couln't even reinstall from the repos (world).

Thanks for the reply.

Right that's because libreoffice is no longer in the world repos but in universe. Your version is out of date. See this thread.