Bug 150559 - loading component library <file:///opt/libreoffice7.3/program/../program/libsdlo.so> failed
Summary: loading component library <file:///opt/libreoffice7.3/program/../program/libs...
Status: RESOLVED DUPLICATE of bug 119408
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
7.3.5.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-23 12:49 UTC by Eric
Modified: 2022-08-23 13:43 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
This is the file I'm trying to open, in case that's relevant (862.24 KB, application/vnd.openxmlformats-officedocument.presentationml.presentation)
2022-08-23 12:51 UTC, Eric
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric 2022-08-23 12:49:50 UTC
Description:
I tried to open a Powerpoint (pptx) file and I got this error:

-- Component cannot be loaded, possibly broken or incomplete installation.
-- Full error message:
-- 
-- loading component library
-- <file:///opt/libreoffice7.3/program/../program/libsdlo.so> failed
-- /home/buildslave/source/libo-core-cppuhelper/source/shlib.css:311

The program then exits.

I'm willing to accept that I have an incomplete installation, but there is no specific indication as to what I might be missing.

I don't know if it's an issue with my specific Powerpoint file, but ldd tells me:

$ ldd libsdlo.so
        libavahi-common.so.3 => not found
        libavahi-client.so.3 => not found

Do these need to be part of the installation package(s) ?  Or are they in a package that I don't have / missed / forgot / otherwise didn't install?

Steps to Reproduce:
1.Run the command soffice MyPptFile.pptx

Actual Results:
Program displays a pop-up error.  When the error is acknowledged, the program exits.

Expected Results:
The program would open and display my file.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version 7.3.5.2 / LibreOffice Community
Build:  184fe81b8c8c30d8b5082578a...
Environment: CPU threads: 8, OS: Linux 5.11
User Interface: UI render: default: VCL: gtk3
Locale: en-US (en_US.utf8) ; UI: en-US
Misc: Calc: threaded
Comment 1 Eric 2022-08-23 12:51:40 UTC
Created attachment 181977 [details]
This is the file I'm trying to open, in case that's relevant
Comment 2 Rafael Lima 2022-08-23 13:15:35 UTC
The file opened fine in

Version: 7.3.5.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.5-0ubuntu0.22.04.1
Calc: threaded

You probably have a broken installation. Try uninstalling and reinstalling LibreOffice to see if the problem persists.

Your problem may also be related to bug 119408.

I don't know which Linux distro you're using but you could try downloading the binaries distributed by the LibreOffice website (deb and rpm available).

https://www.libreoffice.org/download/download-libreoffice/
Comment 3 Eric 2022-08-23 13:36:40 UTC
> Your problem may also be related to bug 119408.

Thank you very much.  I acquired the avahi libraries and that resolved the issue.

Note for Slackware users:

https://download.salixos.org/x86_64/14.2/salix/xap/avahi-0.6.32-x86_64-1dj.txz
Comment 4 Eric 2022-08-23 13:43:49 UTC

*** This bug has been marked as a duplicate of bug 119408 ***