[Mysql-cocoa-users] dyld failing
Brought to you by:
sergecohen
From: Laurent Domenech-C. <la...@op...> - 2002-05-17 15:25:51
|
Hello, I'm having trouble running the sample character-mode client (SMySQL_test) on my machine. I have compiled the framework (SMySQL target) and the SMySQL_test builds fine, except I'm getting this error at runtime. Obviously, it doesn't find the framework when trying to dynamically load it? dyld: /Users/laurent/Documents/Dvt/SMySQL_test/build/SMySQL_test can't open library: @executable_path/../Frameworks/SMySQL.framework/Versions/A/SMySQL (No such file or directory, errno = 2) Any idea where the dyld is done and if the path it tries to load it from can be altered? Thanks in advance, Laurent |