From: Warren Young Date: August 17 2005 4:23pm Subject: Re: Compile error on QNX 6.3 List-Archive: http://lists.mysql.com/plusplus/4757 Message-Id: <43036498.8020503@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Haines, Charles A. wrote: > Checking for mysql_store_result in -lmysqlclient... No > configure: error: Could not find working MySQL client library! > > I am using the following flags with configure > > --with-mysql=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib > --with-mysql-include=/usr/local/mysql/include First, --with-mysql is redundant w.r.t. --with-mysql-*. Use the separate -lib and -incude options together, or use --with-mysql alone. If that doesn't fix the problem, examine configure.log, to see why the test failed. All this test does is try to find a library containing mysql_store_result(), so if it can't do that, there is something fundamentally wrong. When you get this working, please send a report to the list. We need more info on less popular platforms.