From: Warren Young Date: July 16 2008 2:16am Subject: Re: zlib and MySQL bug #34231 List-Archive: http://lists.mysql.com/plusplus/7760 Message-Id: <487D59F0.8060202@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Kevin Regan wrote: > > multiple definition of `adler32' The proper fix is probably to add an autoconf test to see if -lz is needed to link against -lmysqlclient or not. This doesn't help the Windows users, but maybe this problem doesn't occur on Windows? In the meantime, you can just remove all the "-lz" instances from Makefile.in, re-run configure, and it should then build. Let us know either way.