| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Richard K. Szabo | Date: | May 7 2008 3:37pm |
| Subject: | Regarding FAQ, Install-notes and more... (ref. not OK) | ||
| View as plain text | |||
Dear mailinglist,
This is another "undefined reference to" mail.
I am using OpenSUSE 10.3 and installed MySQL++ 3.0.2 using
cd /tmp/mysql++-3.0.2; make clean;
./configure; make;
# Edit /etc/ld.so.conf and add /usr/local/include/mysql++
ldconfig; make install; ldconfig
# Restart the machine
However, a simple program of
#define MYSQLPP_MYSQL_HEADERS_BURIED
#include <mysql++/mysql++.h>
using namespace std;
using namespace mysqlpp;
int main (int argc, char *argv[]) {
mysqlpp::Connection conn(false);
return 0;
}
Will not work...
I've made sure that /etc/ld.so.conf contains /usr/local/include/mysql++ and
/usr/lib/mysql and /usr/local/lib
Thank you
Best regards,
Richard K. Szabo
Software Developer and Industrial PC-Technician
www.capax.se | rks@stripped
| Thread | ||
|---|---|---|
| • Regarding FAQ, Install-notes and more... (ref. not OK) | Richard K. Szabo | 7 May 2008 |
| • Re: Regarding FAQ, Install-notes and more... (ref. not OK) | Mickaël Wolff | 7 May 2008 |
| • Re: Regarding FAQ, Install-notes and more... (ref. not OK) | Warren Young | 7 May 2008 |
| • Re: Regarding FAQ, Install-notes and more... (ref. not OK) | Jonathan Wakely | 8 May 2008 |
| • RE: Regarding FAQ, Install-notes and more... (ref. not OK) | Richard K. Szabo | 8 May 2008 |
| • Re: Regarding FAQ, Install-notes and more... (ref. not OK) | Mickaël Wolff | 8 May 2008 |
| • Re: Regarding FAQ, Install-notes and more... (ref. not OK) | Jonathan Wakely | 8 May 2008 |
| • RE: Regarding FAQ, Install-notes and more... (ref. not OK) | Richard K. Szabo | 8 May 2008 |
