24 messages in com.mysql.lists.plusplusmysql++ install
FromSent OnAttachments
Marco Turchi09 Mar 2005 11:43 
Warren Young09 Mar 2005 12:07 
Marco Turchi09 Mar 2005 12:25 
Marco Turchi09 Mar 2005 12:43 
Warren Young09 Mar 2005 12:50 
Warren Young09 Mar 2005 12:51 
Marco Turchi09 Mar 2005 13:18 
Chris Frey09 Mar 2005 14:17 
Warren Young09 Mar 2005 14:50 
Marco Turchi09 Mar 2005 16:42 
Chris Frey09 Mar 2005 16:52 
Marco Turchi09 Mar 2005 17:25 
Chris Frey09 Mar 2005 18:22 
Marco Turchi09 Mar 2005 22:33 
Chris Frey10 Mar 2005 00:42 
don thompson10 Mar 2005 08:33 
don thompson10 Mar 2005 12:57 
Marco Turchi10 Mar 2005 13:56 
Earl Miles10 Mar 2005 16:49 
Warren Young10 Mar 2005 16:51 
Warren Young10 Mar 2005 17:05 
Warren Young10 Mar 2005 20:53 
Chris Frey11 Mar 2005 01:36 
Warren Young11 Mar 2005 15:20 
Subject:mysql++ install
From:don thompson (dtho@dcu.org)
Date:03/10/2005 08:33:58 AM
List:com.mysql.lists.plusplus

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++#