Building MySQL-Connector on Ubuntu 12.04 32 bit

Lionel Elie Mamane lionel at mamane.lu
Sun Jun 30 22:10:21 PDT 2013


On Wed, Feb 27, 2013 at 11:28:34AM -0500, Dan Lewis wrote:
> On 02/27/2013 05:55 AM, Stephan Bergmann wrote:
>>On 02/27/2013 02:10 AM, Dan Lewis wrote:
>>>1) git clone git://gerrit.libreoffice.org/core libo to get the
>>>source code.
>>>2) cd libo
>>>3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql
>>>4) make dev-install 2>&1 | tee build.log

>>>      While running #4, I saw 2 notes in the Terminal:
>>>Recompile with -Xlint: deprication for details
>>>Recompile with -Xlint: uncheck for details

> Additional problems after running #4:
> a) Both mysql-connector-ooo.oxt that were built have a size: 432891
> bites. (Too small)
> b) mysqlc.uno.so: 589K (too small)
> c: No libmysql.so.16 (AOO mysql-connector-ooo-1.0.1-linux-intel.oxt
> contains this file and it has size 4.5 MB)

See mysqlc/README. If you want the built extension to ship a copy of
libmysql.so.16, you should configure with --with-libmysql-path, not
with --with-system-mysql.

-- 
Lionel


More information about the LibreOffice mailing list