cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Issue with the static OpenSSL library linking in LibCURL(HTTPS).

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 29 Jul 2010 22:53:13 +0200 (CEST)

On Thu, 29 Jul 2010, venkatgiri wrote:

> If i use a static openSSL(libssl.a) library then i'm giving the run time
> error that is,
> _"Unable to set private key file "/tmp/cli_key.pem" _

...

> Can some one tell me why this error i'm getting if i use the static library?
> Does CURL doesn't support the static openSSL library, it requires only
> shared library of OpenSSL.

I've never heard of this problem before. OpenSSL has the exact same API and
functionality exposed to programs be it static or shared, so libcurl should be
able to do the exact same things.

I would advice you to ask the OpenSSL team about specifics around this.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-29