[Libreoffice-qa] MySQL native connector for OS X

Alexander Thurgood alex.thurgood at gmail.com
Wed Sep 24 04:48:40 PDT 2014


Le 24/09/2014 04:40, Dan Lewis a écrit :

>       Follow-up question to the second paragraph: Can some one point me
> in the right direction to build the MySQL native connectors for Linux 32
> and 64 bit? I seem to have lost the instructions that Alex provided me
> with a couple of years ago. (He was a great help to me.)
> 

Hi Dan,

When building from the LO code base, your autogen.input or
autogen.lastrun file should contain the following switches :

--enable-ext-mariadb-connector
--enable-bundle-mariadb

You might also have to add :

--with-system-mariadb

this last one basically tells the build system to use the OS-provided
libmariadb libraries, but that would assume that you have them installed
on your system. Without it, the build system should download and install
its own libmariadb package.


Alex



More information about the Libreoffice-qa mailing list