logo       

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

db.mysql.c++

Subject: Re: Could not find working MySQL client Library

Raj Banerjee (rajbaner) wrote:
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++/

No, it says that the *binary* RPMs up there are built against 4.1. You can use whatever version of MySQL you like when building from source.

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

No, it's looking for any libmysqlclient that the linker can find; it doesn't specify a version. If your link system isn't set up correctly, so that the linker can't find the 5.0 library, it'll fail just as described.

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




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

News | FAQ | advertise