[Mysql-cocoa-users] Embedding SMySQL.framework doesn't work in Panther
Brought to you by:
sergecohen
From: Roberto <ro...@me...> - 2004-01-09 14:27:13
|
I've embedden SMySQL.framework (SMySQL_bundled.framework) into my application, and copy SMySQL.framework (SMySQL.framework) into Library/Frameworks/ When I Compile the App., it works fine, but then, when I starts it returns: dyld: /Users/Metrika/Desktop/Projects/mysqlDemo/build/mysqlDemo.app/Contents/ MacOS/mysqlDemo can't open library: /usr/local/lib/mysql/libmysqlclient.11.dylib (No such file or directory, errno = 2) mysqlDemo has exited due to signal 5 (SIGTRA etc... I've got Mysql installed. |