MySQL Forums
Forum List  »  Connector/C++

dyld: Library not loaded: libmysqlclient.16.dylib
Posted by: Casey Mongoven
Date: October 10, 2010 07:30PM

Hi, trying to test connector c++ and am getting following error when clicking on the application when building http://dev.mysql.com/doc/refman/5.1/en/connector-cpp-examples-complete-example-1.html - sounds like a linker error but I have tried linking the location where that library occurs:


Last login: Sun Oct 10 18:23:29 on ttys002
/Users/caseymongoven/Desktop/try_10/build/Debug/try_10 ; exit;
casey-mongovens-mac-mini:~ caseymongoven$ /Users/caseymongoven/Desktop/try_10/build/Debug/try_10 ; exit;
dyld: Library not loaded: libmysqlclient.16.dylib
Referenced from: /Users/caseymongoven/Desktop/try_10/build/Debug/try_10
Reason: image not found
Trace/BPT trap
logout

[Prozess beendet]

Options: ReplyQuote


Subject
Views
Written By
Posted
dyld: Library not loaded: libmysqlclient.16.dylib
4364
October 10, 2010 07:30PM


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.