From: Warren Young Date: August 10 2006 12:33pm Subject: Re: configure: error: Could not find working MySQL client library! List-Archive: http://lists.mysql.com/plusplus/5868 Message-Id: <44DB2787.5050200@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Radu Brehar wrote: > > I'm new to mysql++ and would appreciate some help. > when I want to install mysql++ when configuring with > ./configure --with-mysql-lib=/usr/local/mysql/lib > --with-mysql-include=/usr/local/mysql/include Those --with flags should not be required. MySQL++'s configure script already tries looking in those locations for the MySQL C library. > I get the following error: configure: error: Could not > find working MySQL client library! Please analyze or post the contents of config.log. It contains more information on why this happened. Are you able to build applications using the C API yourself? Why are you building MySQL from source, and not using a binary package for your operating system?