16 messages in com.mysql.lists.plusplusRe: question...
FromSent OnAttachments
Chris Frey03 Dec 2005 02:32 
Marco Turchi04 Dec 2005 19:05 
Chris Frey04 Dec 2005 19:41 
Marco Turchi04 Dec 2005 19:52 
Chris Frey04 Dec 2005 20:02 
Marco Turchi04 Dec 2005 20:04 
Chris Frey04 Dec 2005 20:15 
Marco Turchi04 Dec 2005 22:28 
Chris Frey04 Dec 2005 22:32 
Marco Turchi04 Dec 2005 22:47 
Chris Frey05 Dec 2005 00:17 
Marco Turchi05 Dec 2005 00:49 
Warren Young05 Dec 2005 05:07 
Warren Young15 Dec 2005 06:25 
Chris Frey19 Dec 2005 11:36 
Warren Young19 Dec 2005 23:38 
Subject:Re: question...
From:Marco Turchi (tur@dii.unisi.it)
Date:12/04/2005 10:28:29 PM
List:com.mysql.lists.plusplus

Hi,

I try to install the library on the machine without Mysql how you suggest me, but when I run the "configure", I obtain the following error:

checking for MySQL library directory... configure: error: Didn't find the mysql library dir in ''

what can I do?

thanks MArco

That's application-specific. The library can connect to any mysql database. The application tells it where to look.

On Sun, Dec 04, 2005 at 07:52:41PM -0800, Marco Turchi wrote:

Thanks a lot.. when I install the library, must I say it where mysql is (the name of the host)? thanks MArco

mysql++ is a programmer's library. It is needed for any client applications that use it, so it would be installed on the first machine.

On Sun, Dec 04, 2005 at 07:05:59PM -0800, Marco Turchi wrote:

Hi, I've this problem, that at the moment, I am not able to solve: I've two pc, one is just for computation and the other is just for storage. MySql is installed on the second, but all the software will be installed on the first machine. So in the first machine I will have my software which uses MySql++. Where must I install MySql++? What must I do to connect my sw to MySql++ and then to MySql??

thanks a lot