Re: [Mysql-cocoa-users] Embedding SMySQL.framework doesn't work in Panther
Brought to you by:
sergecohen
From: Camille Goureau-S. <ca...@lu...> - 2004-01-09 17:26:20
|
You should place the file : libmysqlclient.dylib in /usr/local/lib/mysql/ The file should have been set elsewhere by the installator of mysql. try under terminal : find . -name 'libmysqlclient.dylib' -print Hope this helps. Camille Le vendredi, 9 jan 2004, =E0 15:27 Europe/Paris, Roberto a =E9crit : > I've embedden SMySQL.framework (SMySQL_bundled.framework) into my =20 > application, and copy SMySQL.framework (SMySQL.framework) into =20 > Library/Frameworks/ > > When I Compile the App., it works fine, but then, when I starts it =20 > returns: > > dyld: =20 > /Users/Metrika/Desktop/Projects/mysqlDemo/build/mysqlDemo.app/=20 > Contents/MacOS/mysqlDemo can't open library: =20 > /usr/local/lib/mysql/libmysqlclient.11.dylib (No such file or =20 > directory, errno =3D 2) > > mysqlDemo has exited due to signal 5 (SIGTRA etc... > > I've got Mysql installed. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Mysql-cocoa-users mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysql-cocoa-users > |