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.