From: walter harms Date: June 4 2011 5:06pm Subject: Re: Bug using 32-bit libmysqlclient on a 64-bit system? List-Archive: http://lists.mysql.com/mysql/225160 Message-Id: <4DEA65FC.90301@bfs.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit It is basicly a not clever solution to run 32bit libs with a 64bit system. You have to compile -m32 and all sort of things. It is *way* better to compile with pure 64bit. re, wh Am 04.06.2011 02:18, schrieb Alex Gaynor: > I've got a 64-bit Linux system, with a 32-bit libmysqlclient (and a 64-bit), > and a C program using the libmysqlclient API which behaves very differently > depending on which platform it is compiled for. The program is: > >