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

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

> --with-system-mariadb
> --with-system-mysql-cppconn
> --enable-ext-mariadb-connector

> gives :

> checking whether to build the MariaDB/MySQL Connector extension... yes
> checking which MariaDB to use... external
> checking for mysql_config... no
> configure: error: mysql_config is missing. Install MySQL client library
> development package.
> Error running configure at /Volumes/HD1/Shared/Repos/LO/core/autogen.sh line
> 248.

mysql_config is not in the PATH. Either extend the PATH to add the directory
where mysql_config is, or set the MARIADBCONFIG environment variable (example
path, don't know if it is the right one on your system):

export
MARIADBCONFIG=/Shared/Repos/LO/packages/mysql-connector-c-6.1.2-osx10.7-x86_64/bin/
./autogen.sh

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