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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/jonathan%40mugginsoft.com

This email sent to jonat...@mugginsoft.com

Jonathan Mitchell

Developer
http://www.mugginsoft.com





_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to