MySQL Forums
Forum List  »  Connector/C++

what is wrong? error while loading shared libraries: libmysqlcppconn.so.1
Posted by: Lito Cruz
Date: September 22, 2009 07:57PM

Hello,

I wonder if someone can help me.

I am trying out the example code for the MySQL connector C++ and I am using Eclipse CDT. I am able now to compile and build. I set my -l option to -lmysqlcppconn now when I run the program I get this...

Originally I had these symbolic links as per un-taring the API.

libmysqlconn.so -> libmysqlconn.so.1
libmysqlconn.so.1 -> libmysqlconn.so.1.0.5

The above did not do it.

I even did now
libmysqlconn.so -> libmysqlconn.so.1.0.5

I am still having problems after rebuilding it this way, I am still getting the error pointing to libmysqlconn.so.1

Your help will be appreciated.

LPC

Options: ReplyQuote


Subject
Views
Written By
Posted
what is wrong? error while loading shared libraries: libmysqlcppconn.so.1
6368
September 22, 2009 07:57PM


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.