Re: Problem with OpenSSL header files
Re: Problem with OpenSSL header files
- Subject: Re: Problem with OpenSSL header files
- From: Rui Pacheco <email@hidden>
- Date: Mon, 12 Oct 2009 21:47:51 +0100
Turns out my problem was that I was linking to the original file. I created
a simlink to the .dylib file provided by the manufacturer, removed the
reference to the .a file I was including manually and everything seems to
work.
Still needs a lot of testing, but its getting somewhere.
2009/10/12 email@hidden <email@hidden>
>
> On 12 Oct 2009, at 13:09, Rui Pacheco wrote:
>
> Hi,
>> I'm using a library on my project that requires OpenSSL. I've linked to
>> libssl.dilyb and libcrypto.dilyb but when I try to compile my project, it
>> comes up with the error " "_SSL_CTX_set_client_cert_cb", referenced from:
>> ".
>>
>> Some Googling shows that this means there's a discrepancy between the
>> OpenSSL headers and the OpenSSL libraries. When I added the libraries to
>> my
>> project I noticed that there were several OpenSSL libraries - one with no
>> version, one on version 0.9 (which GCC can't find), one on 0.9.7 and one
>> on
>> 0.9.8. No matter which one I link to, I still get this error.
>>
>> You might have more luck with this on the Xcode list.
> Also you need to provide more info on your build settings, particularly
> your Base SDK and Deployment target settings.
>
> There are some issues cross developing with OpenSSL.
> http://www.cocoabuilder.com/archive/message/cocoa/2009/8/28/243749
> http://www.cocoabuilder.com/archive/message/xcode/2009/9/19/30769
>
> Where can I find these headers and how can I add them to my project?
>>
>> --
>> Best regards,
>> Rui Pacheco
>> _______________________________________________
>>
>> Cocoa-dev mailing list (email@hidden)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
> Jonathan Mitchell
>
> Developer
> http://www.mugginsoft.com
>
>
>
>
>
>
--
Best regards,
Rui Pacheco
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden