![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 Marco -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca |
#3
| |||
| |||
|
|
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. - Chris 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 Marco -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca |
#4
| |||
| |||
|
|
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. - Chris 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 Marco -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca |
#5
| |||
| |||
|
|
That's application-specific. The library can connect to any mysql database. The application tells it where to look. - Chris 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. - Chris 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 Marco -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca |
#6
| |||
| |||
|
|
That's application-specific. The library can connect to any mysql database. The application tells it where to look. - Chris 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. - Chris 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 Marco -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...irect (DOT) ca |
#7
| |||
| |||
|
|
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 |
#8
| |||
| |||
|
|
What exactly are you trying to do? :-) sorry :-) |
| - 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 |
#9
| |||
| |||
|
|
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?unsu...irect (DOT) ca |
#10
| |||
| |||
|
|
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?unsu...irect (DOT) ca |
![]() |
| Thread Tools | |
| Display Modes | |
| |