Re: Linking with OpenSSL [Resolved]
Re: Linking with OpenSSL [Resolved]
- Subject: Re: Linking with OpenSSL [Resolved]
- From: Alexander Hartner <email@hidden>
- Date: Sat, 21 Jun 2008 03:00:05 +0100
Thanks, this worked like a charm.
On 21 Jun 2008, at 00:02, Trygve Inda wrote:
Thanks for your quick response. Sorry to ask such a stupid question,
but how do I add those. As frameworks?
Alex
On 20 Jun 2008, at 21:45, Trygve Inda wrote:
It seems to me that the linker can't find the OpenSSL libraries. I
already added the Security Framework to my application, this did
not
make any difference.
Any suggestion what I need to configure to get this to compile.
Thanks in advance
Alex
Try adding these to the project:
/usr/lib/libssl.dylib
And possibly
/usr/lib/libcrypto.dylib
Yes. From the Project menu, choose "Add to Project" then in the nav
box,
type / which will let you type in the /usr/lib and press return.
Then scroll
down the list to find the lib you want to add.
Cheers,
Trygve
_______________________________________________
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