From: Warren Young Date: November 13 2006 11:17pm Subject: Re: Could not find working MySQL client library! List-Archive: http://lists.mysql.com/plusplus/6103 Message-Id: <4558FD0E.6020909@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Remi Collet wrote: > A solution is : > configure --with-mysql-lib=/usr/lib64/mysql > > In fact configure didn't test this "standard" directory. Because none of the active developers of MySQL++ (i.e., "me") have a 64-bit system on hand to play with. (One or two of our newer machines might be capable of 64-bit, but since none of them have anywhere near 4 GB in them, there would be no point to using a 64-bit distribution.) If you want to see a particular change made, provide a patch. A simple thing like this is very easy to get accepted. Follow the instructions in the HACKERS file in the MySQL++ distribution to increase your chances of acceptance. > Why configure didn't use informations provided by mysql_config ? Because I had no idea it existed. :) How old is this tool? I don't want to support it if it isn't available on at least v4.1 and up. I'd be happier if it was on 3.23 and up, so we don't have to raise our requirements level.