MySQL Forums
Forum List  »  Connector/C++

Re: Problems installing MySQL++ wrapper for C++ language
Posted by: Tim Martin
Date: February 23, 2007 08:35AM

OK, I thought for a moment you might be using Windows, I don't know why.

I've never installed MySQL++ before, but it appears to use the GNU Autoconf system so it should be similar to installing anything else from source on linux. You should be OK just following the instructions in README.unix, namely:

$ cd <name of directory where you extracted it>
$ ./configure
$ make
$ su
# make install

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problems installing MySQL++ wrapper for C++ language
3593
February 23, 2007 08:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.