Problem with "Dyld Error"
Problem with "Dyld Error"
- Subject: Problem with "Dyld Error"
- From: Laurent Daudelin <email@hidden>
- Date: Thu, 17 Mar 2011 12:55:25 -0700
I think it's a fairly straightforward problem but after googling around, I cannot find the specific answer to my question.
I build a binary on my 10.6 machine. The Xcode project uses libcrypto.dylib. Of course, when I run it on my machine, there is no problem.
However, when I try to run the app on a machine running 10.5, as soon as I launch the app, I get this crash report:
Dyld Error Message:
Library not loaded: /usr/lib/libcrypto.0.9.8.dylib
Referenced from: /Applications/QUE.app/Contents/MacOS/QUE
Reason: image not found
So, I know that when I did build the app on my machine, the system resolved the libcrypto.dylib library to the current version on my machine and of course the dynamic loader on the 10.5 machine cannot find that exact version.
How can I solve this, short of using the static library?
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/
Logiciels Nemesys Software email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden