From: Warren Young Date: November 3 2006 9:54pm Subject: Re: Could not find working MySQL client Library List-Archive: http://lists.mysql.com/plusplus/6087 Message-Id: <454BBA96.10600@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.