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 to
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?
> >
> >
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 --varia
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 --
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 b
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 i
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
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
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 g