From: Warren Young Date: July 6 2005 5:40pm Subject: Re: Configuring mysql++ for Solaris 8 List-Archive: http://lists.mysql.com/plusplus/4600 Message-Id: <42CC1779.4020404@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Twibell, Cory L wrote: > Getting error when checking for mysql_store_result in -lmysqlclient_r... Easy: the configure script cannot find the MySQL client library on your system, or it is unlinkable for some reason. If it's just in an odd location, use the --with-mysql* configure options. (See configure --help) If it's unlinkable, it may be because other things have to be linked with it.