Re: [Libreoffice] How to build mysql-connector extension on Mac OSX ?

2011-06-17 Thread Alexander Thurgood
Le 17/06/11 12:51, Petr Mladek a écrit : Hi Petr, *, OK, I've sussed it. The path to provide is : "/usr/local/mysql/" or "/usr/local/mysql-5.1.50-osx10.6-x86_64/" However, the configure.in script needs modifying at line 4737 to tell it to look for libmysqlclient.dylib. I have enclosed a di

Re: [Libreoffice] How to build mysql-connector extension on Mac OSX ?

2011-06-17 Thread Alexander Thurgood
Le 17/06/11 12:51, Petr Mladek a écrit : Hi Petr, First, thanks for trying to help me sort this out. > Please, have you tried the following? > >--with-libmysql-path="/usr/local/mysql-5.1.50-osx10.6-x86_64" > I wrote in the previous mail that you need to define the path without > the /l

Re: [Libreoffice] How to build mysql-connector extension on Mac OSX ?

2011-06-17 Thread Petr Mladek
Alexander Thurgood píše v Čt 16. 06. 2011 v 15:31 +0200: > Le 16/06/11 10:35, Petr Mladek a écrit : > > Hi Petr, > > > What exact path are you using? > > Does it help you to remove the trailing /lib? > > I have tried various flavours of : > > /Applications/MySQLWorkbench.app/Contents/Framework/

Re: [Libreoffice] How to build mysql-connector extension on Mac OSX ?

2011-06-16 Thread Petr Mladek
Alexander Thurgood píše v St 15. 06. 2011 v 17:34 +0200: > Hi, > > > I'm having a frustrating time trying to get configure to recognise my > mysql installation so that I can build the mysql-connector extension. > > I am currently using the following switches : > > --enable-ext-mysql-connector >

[Libreoffice] How to build mysql-connector extension on Mac OSX ?

2011-06-15 Thread Alexander Thurgood
Hi, I'm having a frustrating time trying to get configure to recognise my mysql installation so that I can build the mysql-connector extension. I am currently using the following switches : --enable-ext-mysql-connector --with-libmysql-path="path/to/libmysqlclient.dylib" I've tried encapsulatin