mysql++ installation on Linux
Posted by: Unix Wizard
Date: November 02, 2005 03:04PM

I get the following error trying to configure mysql++ with the following command:

./configure --prefix=/home/<user>/mysql++ --with-mysql=/home/<user>/mysql

checking for MySQL library directory... /home/<user>/mysql/lib
checking for MySQL include directory... /home/<user>/mysql/include
checking for mysql_store_result in -lmysqlclient... no
configure: error: Could not find working MySQL client library

the library is there:
ls /home/<user>/mysql/lib
libdbug.a libmygcc.a libmysql.imp libmysqlclient.a libmysqlclient_r.a libmystrings.a libmysys.a

anyone seen this?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql++ installation on Linux
719
November 02, 2005 03:04PM
435
November 02, 2005 05:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.