Re: Build switches for mysql connector extension - Mac OSX

2013-11-22 Thread Alex Thurgood
On 21/11/2013 17:01, Lionel Elie Mamane wrote: Tried this : export MARIADBCONFIG=/path/to/mariadb_config_or_mysql_config ./autogen.sh --enable-ext-mariadb-connector --without-system-mysql-cppconn --with-system-mariadb you can add --enable-bundle-mariadb if the libmysql/libmariadb is not

Re: Build switches for mysql connector extension - Mac OSX

2013-11-22 Thread Alex Thurgood
On 21/11/2013 17:01, Lionel Elie Mamane wrote: Tried this too in a new shell : Something like: export CFLAGS='-I/path/to/mysql_cppconn/includes' export LDFLAGS='-L/path/to/mysql_cppconn/libs' ./autogen.sh --enable-ext-mariadb-connector --with-system-mysql-cppconn checking whether to build

Re: Build switches for mysql connector extension - Mac OSX

2013-11-22 Thread Lionel Elie Mamane
On Fri, Nov 22, 2013 at 02:40:08PM +0100, Alex Thurgood wrote: On 21/11/2013 17:01, Lionel Elie Mamane wrote: export MARIADBCONFIG=/path/to/mariadb_config_or_mysql_config ./autogen.sh --enable-ext-mariadb-connector --without-system-mysql-cppconn --with-system-mariadb you can add

Re: Build switches for mysql connector extension - Mac OSX

2013-11-22 Thread Alex Thurgood
On 22/11/2013 15:04, Lionel Elie Mamane wrote: I used export MARIADBCONFIG=/USers/SHared/Repos/LO/packages/ In what directory are they? What do the following commands say? mysql_config --libs mysql_config --libs_r mysql_config --include mysql_config --cflags mysql_config

Re: Build switches for mysql connector extension - Mac OSX

2013-11-22 Thread Lionel Elie Mamane
I don't see why it does not work... On Fri, Nov 22, 2013 at 03:14:01PM +0100, Alex Thurgood wrote: On 22/11/2013 15:04, Lionel Elie Mamane wrote: I used export MARIADBCONFIG=/USers/SHared/Repos/LO/packages/ In what directory are they? What do the following commands say?

Re: Build switches for mysql connector extension - Mac OSX

2013-11-22 Thread Alex Thurgood
Le 22/11/2013 15:05, Alex Thurgood a écrit : export CFLAGS='-I/path/to/mysql_cppconn/includes' export LDFLAGS='-L/path/to/mysql_cppconn/libs' ./autogen.sh --enable-ext-mariadb-connector --with-system-mysql-cppconn checking whether to build the MariaDB extension...yes checking which MariaDB

Re: Build switches for mysql connector extension - Mac OSX

2013-11-21 Thread Alexander Thurgood
Thanks Lionel, I'll give those a try. As to MariaDB 10, I'm staying away from it for the moment, until I can be sure that I can switch between it and mysql (replication included) without screwing up my dbs and without having to set up VM snapshots. My last attempt didn't go down so well, but that

Re: Build switches for mysql connector extension - Mac OSX

2013-11-21 Thread Lionel Elie Mamane
On Tue, Nov 19, 2013 at 05:46:37PM +0100, Alex Thurgood wrote: I used to be able to build a functional mysql connector on MacOSX by using the build switch : --enable-ext-mariadb-connector However, the inclusion of a build-time downloaded libmariadb library was stopped after this caused

Build switches for mysql connector extension - Mac OSX

2013-11-19 Thread Alex Thurgood
Hi all, I used to be able to build a functional mysql connector on MacOSX by using the build switch : --enable-ext-mariadb-connector However, the inclusion of a build-time downloaded libmariadb library was stopped after this caused crashes on Window If you run the above switch now on OSX, you