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

--- Comment #37 from Lionel Elie Mamane <[email protected]> ---
(In reply to comment #36)
> Hmm, after fresh pull :
> 
> --enable-ext-mariadb-connector
> --with-system-mariadb
> --enable-bundle-mariadb
> 
> gives
> 
> checking whether to build the MariaDB/MySQL Connector extension... yes
> checking which MariaDB to use... external
> checking for mariadb_config... no
> checking for mysql_config... no
> configure: error: mariadb_config and mysql_config are missing. Install
> MariaDB or MySQL development package.
> Error running configure at /Volumes/HD1/Shared/Repos/LO/core/autogen.sh line
> 258.
> make: *** [/Volumes/HD1/Shared/Repos/LO/core/config_host.mk] Error 2
> 
> Shouldn't it be using the internal mariadb ?

You asked for external mariadb, since you passed "--with-system-mariadb". In
that case, you need to point it to the mariadb_config or mysql_config with
something like
export
MARIADBCONFIG="/Volumes/HD1/Shared/Repos/LO/packages/mysql-connector-c-6.1.2-osx10.7-x86_64/bin/mysql_config"

If you want to use internal mariadb client library, then use
"--without-system-mariadb"

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