[Libreoffice-bugs] [Bug 141896] New: SDK example DocumentLoader complains about the lack of /libmergedlo.so

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 25 22:02:24 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=141896

            Bug ID: 141896
           Summary: SDK example DocumentLoader complains about the lack of
                    /libmergedlo.so
           Product: LibreOffice
           Version: 7.1.1.2 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: hossein.ir at gmail.com

To reproduce the problem, do the following steps:

1. Install LibreOffice 7.1 and SDK.
2. cd /opt/libreoffice7.1/sdk/
3. ./setsdkenv_unix
4. cd examples/cpp/DocumentLoader/
5. make DocumentLoader.run

It complains about the lack of /libmergedlo.so:

loading component library </libmergedlo.so> failed
/home/buildslave/source/libo-core/cppuhelper/source/shlib.cxx:298

I have tested this with LibreOffice 7.0 and its SDK, and the problem was just
the same. Upon creating a symbolic link from the appropriate library file to
/libmergedlo.so things will be fine.

Things are fine when working with compiled LibreOffice git master.

The problem is not limited to this specific SDK example. I have written a short
DOCX->PDF conversion program with C++, and I had the exact same error when
executing this line:

xInterface = Reference<XInterface>(resolver->resolve(sConnectionString),
UNO_QUERY );

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210425/2548cefb/attachment.htm>


More information about the Libreoffice-bugs mailing list