MySQL Forums
Forum List  »  Connector/C++

Re: Getting seg faults in SQLString
Posted by: Nandakumar Raghu
Date: June 08, 2012 02:43AM

This issue was due to libc++5 and 6 incompatibility, the libmysqlcppconn i was using was built with libc++5, and i had libc++6 installed and was using this to build my executable.

solved by downloading the source for libmysqlcppconn and building on my machine.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Getting seg faults in SQLString
1571
June 08, 2012 02:43AM


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.