<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Mysql Connector Extension 4-3 no longer works with current LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117931#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Mysql Connector Extension 4-3 no longer works with current LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117931">bug 117931</a>
              from <span class="vcard"><a class="email" href="mailto:lionel@mamane.lu" title="Lionel Elie Mamane <lionel@mamane.lu>"> <span class="fn">Lionel Elie Mamane</span></a>
</span></b>
        <pre>I missed that you are not using the SuSE version of LibreOffice.

OK, I read your original bug report afresh. You mean the problem appeared when
upgrading the OS, but _not_ upgrading LibreOffice, of which you use a TDF
build?

Then, from the error message, it looks like it is the MySQL C++ Connector,
which which is used by the MySQL LibreOffice Connector, which is the
problematic step. This could be:

1) C++ ABI change in Suse between the old OS version and the new OS version.
2) Removal of libmysqlclient.so.18 from SuSE in the new version
   (e.g. replaced by a new version libmysqlclient.so.19 or .20 or ...)

I see that the .oxt contains the MySQL client (C) library, but under the wrong
name... It calls it libmysqlclient_r.so while libmysqlcppconn.so expects
libmysqlclient.so.18.

Try these things:

1) Remove SuSE version
2) Install the extension .oxt again (sorry...)
3) In the installation directory of the extension, make a link (or copy)
   of libmysqlclient.so.18 to libmysqlclient_r.so
4) It works? We found the issue.
5) If not, try copying libmysqlclient_r.so to /usr/lib/x86_64-linux-gnu/
   (or whatever SuSE uses as library directory *by* *default*)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>