MySQL Connector Extension Build on Linux 32bit

Stephan Bergmann sbergman at redhat.com
Wed Oct 16 10:31:39 CEST 2013


On 10/16/2013 09:33 AM, Alex Thurgood wrote:
> 64bit :
>    5113839  2013-10-11 15:06   libmysqlcppconn.so
>    3802154  2013-10-11 16:35   mysqlc.uno.so
>
> 32bit :
>     667046  2013-10-14 14:15   libmysqlcppconn.so
>     484084  2013-10-14 14:29   mysqlc.uno.so
>
>
> Any help much appreciated.

I would look at the "readelf -d" output for each of these, to see which 
other libraries they link against ("(NEEDED)" lines), and at the "nm 
--def" output for each of these, to see whether there are any glaring 
differences (and where the names of the missing symbols might give a hint).

Stephan



More information about the LibreOffice mailing list