https://bugs.freedesktop.org/show_bug.cgi?id=45090

             Bug #: 45090
           Summary: PostgreSQL-SDBC fails to load on Unix / official
                    binaries: missing libldap50.so
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5.0 RC1
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


In our official DEB binaries for RC1, PostgreSQL-SDBC fails to load because
libldap50.so is not found when trying to load  postgresql-sdbc-impl.uno.so.

Workarounds:

 - cp/ln cp /opt/libreoffice3.5/program/libldap50.so
/opt/libreoffice3.5/share/extensions/postgresql-sdbc/

 - sudo chrpath -r '$ORIGIN/../../../program'
/opt/libreoffice3.5/share/extensions/postgresql-sdbc/postgresql-sdbc-impl.uno.so

 - export LD_LIBRARY_PATH=/opt/libreoffice3.5/program/

Note the state in the binaries we distribute

(RPATH)              Library rpath: [$ORIGIN:$ORIGIN/../ure-link/lib]
(RUNPATH)            Library runpath: [$ORIGIN:$ORIGIN/../ure-link/lib]

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to