From: Warren Young Date: March 29 2006 1:36am Subject: Re: problem with building mysql++ List-Archive: http://lists.mysql.com/plusplus/5588 Message-Id: <4429E4A7.2060509@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit George13p wrote: > > but I use 2.1.0 version,with this version I have the con problem, > I don't miss friday msg I just downloaded it and tried it here. It works fine. The fix is in the version on the web site. What do you get when you say: grep AC_INIT configure.ac at the top level of the MySQL++ directory? > /bin/sh ../libtool --mode=link g++ -pthread -g -O2 -L/usr/lib/mysql -o libmysqlpp.la -rpath /usr/local/lib -version-info 2:7:0 coldata.lo connection.lo datetime.lo fields.lo field_names.lo field_types.lo manip.lo myset.lo qparms.lo query.lo result.lo row.lo sql_string.lo string_util.lo type_info.lo vallist.lo -lz -lmysqlclient_r > grep: /usr/lib/mysql/libz.la: No such file or directory Your MySQL installation must be very screwed up if it's looking for libz in the same directory as the MySQL C API library...