Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Libreoffice calc is not starting due to missing library liborcus-parser (Read 1015 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Libreoffice calc is not starting due to missing library liborcus-parser

libreoffice calc is not starting.

error message: Component cannot be loaded, possibly broken or incomplete installation.

full error message: loading component library <file:///usr/lib/libreoffice/program/libsco.so> failed at /usr/src/debug/libreoffice-fresh/libreoffice-7.5.2.2/cppuhelper/source/shlib.cxx:312

After running:

Code: [Select]
ldd /usr/lib/libreoffice/program/libsclo.so

It shows that a  library was not found:

Code: [Select]
liborcus-parser-0.17.so.0 => not found

but i checked and found that "liborcus" is installed in my system.

So i don't know what's causing this problem.


Re: Libreoffice calc is not starting due to missing library liborcus-parser

Reply #1
Please try:
 pacman -U https://universe.artixlinux.org/x86_64/libreoffice-fresh-7.5.2.2-3-x86_64.pkg.tar.zst
and let us know the result. Note the install will prompt to uninstall conflicting packages liborcus and libixior. This is intended.

artist

Re: Libreoffice calc is not starting due to missing library liborcus-parser

Reply #2
Thank you. It is now opening properly.