From: Warren Young Date: November 3 2006 9:56pm Subject: Re: Could not find working MySQL client Library List-Archive: http://lists.mysql.com/plusplus/6088 Message-Id: <454BBAFB.30206@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Urscheler, Roger (COM Chantry CA) wrote: > I am using MySQL 5.1 and got it to work by creating a symbolic link: > /usr/lib/mysql/libmysqlclient.so -> /usr/lib/libmysqlclient.so.15.0.0 You should only have to create that link by hand if the library's installation routine isn't set up correctly. It should have been there already. But yes, it is indeed required.