logo       

Re: Could not find working MySQL client Library: msg#00006

db.mysql.c++

Subject: Re: Could not find working MySQL client Library

You're building with MySQL 5.0 installed on your system. you need to use
4.1, as it says on http://tangentsoft.net/mysql++
This is why I raised this problem. The question was why would an older
version of any application meet the FORWARD compatibility specs, than the
current piece of software.
Why is 2.0.7 forward compatible and not 2.1.1. This to me, somehow defies
OOP methodologies. Should we log this as a bug or no.

Maybe I am shooting off the tangent - what say you ?

--Thanks,
--Zeddy



On 11/3/06, Raj Banerjee (rajbaner) <rajbaner@xxxxxxxxx> wrote:

Hi,
Saw a post a few days ago by Zeddy Chirombe regarding this error while
building mysql++

I had the same error earlier today and wanted to share the solution.

checking for MySQL library directory... /usr/lib/mysql
checking for MySQL include directory... /usr/include/mysql
checking for mysql_store_result in -lmysqlclient... no
configure: error: Could not find working MySQL client library!


You're building with MySQL 5.0 installed on your system. you need to use
4.1, as it says on http://tangentsoft.net/mysql++/

The build is looking for /usr/lib/libmysqlclient.so.14 ******

and with mysql 5.0 you'd have /usr/lib/libmysqlclient.so.15.***** and
though i tried, no amount of symlinks would fool mysql++ config script.

HTH,
Rajat Banerjee, Cisco Systems

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=zeddy.chirombe@xxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise