I am trying to reinstall latest version of mysql++ after disk crash.
System is debian. configure can't find working mysql client library.
Here's the mysql version info, with configure error at bottom.
What's missing, or in wrong place?
thanks, Don
<<mysql version running>>
Server version 4.1.10-Debian_4-log
Protocol version 10
<<confirming version of libmysqlclient>>
mytp:/usr/local# apt-get install libmysqlclient14
Reading Package Lists... Done
Building Dependency Tree... Done
libmysqlclient14 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 678 not upgraded.
mytp:/usr/local#
<<mysql++ ./configure>>
checking for zlib.h... no
checking for MySQL library directory... /usr/local/mysql/lib
checking for MySQL include directory... /usr/include/mysql
checking for mysql_store_result in -lmysqlclient... no
configure: error: Could not find working MySQL client library!
mytp:/usr/local/mysql++#