From: Date: December 5 2005 9:50am Subject: Re: question... List-Archive: http://lists.mysql.com/plusplus/5253 Message-Id: <4393FF3A.8030805@dii.unisi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, sorry i don't understand... Does it mean that I've to create an new library between mysql and my code without use Mysql++ :-( ??? If I will install mysql also on the computation machine, but I'll use it just for compile Mysql++, and not for storage. Then when I will connect my code to mysql, I'll use the host field inside the command "connect", inserting the remote host name.Will it work? thanks MArco >You need the devel C API libraries. Dependencies go like this: > > application -> mysql++ -> mysql C API > >- Chris > >On Sun, Dec 04, 2005 at 10:48:21PM -0800, Marco Turchi wrote: > > >>Hi, >> >> >> >>>What exactly are you trying to do? :-) >>> >>> >>> >>> >>sorry :-) >>but I wrote a software which read data from MySql, I installed Mysql++ >>and everything works, but now my department will move in a new building, >>and they renew all the system, and they will change the old machines >>with two new. So now I've to move my software on these, but I've the >>constraints that I told you in the previous emails, one machine for >>computation and one for storage. >>So I've to install MySql++ on the computing machine and connect my >>software with the db on the storage machine. >>So I follow the instructions: >>./configure >>make >>su >>make install >>but during the first step, I obtain the error..... >> >>thanks >>Marco >> >> >> >>>- Chris >>> >>>On Sun, Dec 04, 2005 at 10:28:51PM -0800, Marco Turchi wrote: >>> >>> >>> >>> >>>>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 >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>-- >>MySQL++ Mailing List >>For list archives: http://lists.mysql.com/plusplus >>To unsubscribe: http://lists.mysql.com/plusplus?unsub=cdfrey@stripped >> >> > > >