dbTalk Databases Forums  

no version information available...

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss no version information available... in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brian Henning
 
Posts: n/a

Default no version information available... - 02-01-2006 , 01:22 PM






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


I have no idea what that means, beyond the obvious... I'm on CentOS
4.1. Here's my output from rpm -qa | grep -i mysql:

mysqlclient10-3.23.58-4.RHEL4.1
MySQL-python-1.0.0-1.RHEL4.1
MySQL-shared-standard-4.1.16-1.rhel4
MySQL-shared-4.1.16-1
MySQL-server-standard-4.1.16-1.rhel4
MySQL-devel-standard-4.1.16-1.rhel4
mysql++-2.0.7-1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
perl-DBD-MySQL-2.9004-3.1
MySQL-client-standard-4.1.16-1.rhel4

I hope that's enough information to find a solution. If not, I'll be
happy to provide any further info necessary.

Cheers,
~Brian

--
----------------
Brian A. Henning
strutmasters.com
336.597.2397x238
----------------

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Chris Frey
 
Posts: n/a

Default Re: no version information available... - 02-01-2006 , 02:46 PM






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



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.