LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mysql++ for suse10 (https://www.linuxquestions.org/questions/linux-software-2/mysql-for-suse10-466528/)

samba4010 07-22-2006 08:51 AM

mysql++ for suse10
 
hi.
i want to install mysql++ on suse10.
but i cant find any rpm compatible with suse10.the source code not compilede and returned several errors.who can help me?
can you promise me taht i can connect from my c++ program to mysql?
if exist another method please give me.
thanks

PB0711 08-10-2006 01:57 PM

So I would think that there should be a .tar.gz file somewhere ..... http://tangentsoft.net/mysql++/
then in the command window run
Code:

tar -xzf file.tar.gz
you'll then have a directory call file. cd to the file and run make.
Code:

cd file
make
make test #(don't know if it will work)
make install

It should now be installed.
I don't work with C only Perl and a few others but that's the general way.


All times are GMT -5. The time now is 04:09 PM.