MySQL Forums
Forum List  »  Connector/C++

Re: what is wrong? error while loading shared libraries: libmysqlcppconn.so.1
Posted by: Thomas Tronstad
Date: September 23, 2009 08:05AM

Is your libmysqlcppconn.so files located at /usr/local/lib?

If so the problem could be that your operating system doesn't know to look in /usr/local/lib for them.
You can fix it by adding '/usr/local/lib' (without quotes) to the file /etc/ld.so.conf and then running ldconfig.

Hope that helps :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: what is wrong? error while loading shared libraries: libmysqlcppconn.so.1
4297
September 23, 2009 08:05AM


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.