PDA

View Full Version : Install 32 bit version of libz



Schnapphase
April 22nd, 2010, 06:56 PM
Hi!

I'm using the MySQL C API for an application I'm developing on a 64 bit system. Thus I have other libs which are 32 bit I need to compile a 32 bit application.

So I've installed gcc-multilib and ia32-libs.

Now I need to have the 32 bit libz version. I've installed mysqlclient-dev which delivers those libs but this is of course the 64 bit version. What can i do?