Re: Problem with "Dyld Error"
Re: Problem with "Dyld Error"
- Subject: Re: Problem with "Dyld Error"
- From: Laurent Daudelin <email@hidden>
- Date: Thu, 17 Mar 2011 14:48:18 -0700
On Mar 17, 2011, at 13:26, Mark Wagner wrote:
> On Thu, Mar 17, 2011 at 13:23, Laurent Daudelin
> <email@hidden> wrote:
>> On Mar 17, 2011, at 13:08, Mark Wagner wrote:
>>
>>> On Thu, Mar 17, 2011 at 12:55, Laurent Daudelin
>>> <email@hidden> wrote:
>>>> 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?
>>>
>>> Build your application using Xcode 3.2.6 and the MacOSX 10.5 SDK.
>>
>> Thanks Mark. Right now, my project has the base SDK set to 10.6 but the deployment is set to 10.5. Am I correct in assuming you mean I should also set the base SDK to 10.5?
>
> Yes. It's been reported several times on this list that the libcrypto
> in the 10.6 SDK is incompatible with the libcrypto that ships with
> MacOSX 10.5.
Thanks, Mark. That was it!
Cheers!
-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