From: Warren Young Date: August 2 2007 4:14am Subject: Re: MySQL Server 5.0.46 Package does not seem come with [ mysqlclient ] List-Archive: http://lists.mysql.com/plusplus/6865 Message-Id: <46B15A08.5010705@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Zeddy Chirombe wrote: > > Well as it turns out - after you install both devel & client standard rpms, > you will need to configure mysql++ and prefix it use the libraries under > /usr/lib/mysql not /usr/lib This is with the official MySQL.com RPMs? If they've changed the install location, we'll have to change MySQL++ to look there by default. > apprently > even though configure found the libz library, it missed the path, I had to > modify all make files that needed it to look for it in the correct place > using -L. I don't understand. What did you change, precisely? I don't see how the configure script can succeed but the library build fail. The configure script actually finds the library, so how does the build fail?