MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Could not find working MySQL client library
Posted by: Kent Boortz
Date: April 11, 2007 05:17PM

The symbol is in the library, something else must be wrong.
The way I debug things like this is first to look at the
last failure in "config.log", it usually gives a hint.

If that is not enough, I run

/bin/sh -x ./configure ..... | tee LOG

and inspect the log. Not easy to read, I know.

Also, inspect that the library is not corrupt,
like

% nm libmysqlclient.a | grep mysql_store_result

Sorry, no real idea why you have this problem,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Could not find working MySQL client library
2092
April 11, 2007 05:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.