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

--- Comment #10 from Lionel Elie Mamane <[email protected]> ---
(In reply to comment #5)
> Testing with:

> --with-system-mariadb=/Shared/Repos/LO/packages/mysql-connector-c-6.1.2-
> osx10.7-x86_64/

That syntax is not recognised. You can do:

--with-system-mariadb
--without-system-mariadb
--with-system-mariadb=yes
--with-system-mariadb=no

but not put a path there. There used to be --with-libmariadb-path do do what
you want, but it was removed. Hmm... It looks like one would have to set

export
CPPFLAGS="-I/Shared/Repos/LO/packages/mysql-connector-c-6.1.2-osx10.7-x86_64/include"
LDFLAGS="-L/Shared/Repos/LO/packages/mysql-connector-c-6.1.2-osx10.7-x86_64/lib"

or something like that...

> --with-system-mysql-cppconn=/Shared/Repos/LO/packages/mysql-connector-c++-1.
> 1.3-osx10.7-x86-64bit/

Same thing, except there never was a --with-mysql-cppconn-path, so this never
worked.

> --enable-ext-mariadb-connector

> gives :
> 
> 
> checking whether to build the MariaDB/MySQL Connector extension... yes
> checking which MariaDB to use... internal

As you see, the --with-system-mariadb is not recognised and it tries to use the
internal libmariadb, which is too buggy so I disabled that possibility. You can
use:

 --with-system-mariadb
 --without-system-mysql-cppconn

by the way.

-- 
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