On Wed, Feb 01, 2006 at 02:13:26PM -0500, Brian Henning wrote:
Quote:
Hi Everyone,
I've made great progress so far.. I've been able to get my simple
programs to compile thanks to Mr. Povilaitis. Now the problem is runtime:
$ ./testmysql
./testmysql: /usr/lib/libmysqlclient.so.14: no version information
available (required by ./testmysql)
./testmysql: symbol lookup error: /usr/lib/libmysqlpp.so.2: undefined
symbol: _ZNSt24__default_alloc_templateILb1ELi0EE12_S_free _listE |
Errors like this usually mean some library was not compiled with the same
C++ compiler/toolchain as your app.
One thing to try is to build mysql++ from source, and then rebuild your
app and test again.
- Chris
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw