curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Regarding curl library usage with ssl support

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Wed, 8 Jul 2020 22:26:20 +0200 (CEST)

On Wed, 8 Jul 2020, alankar bajpai via curl-library wrote:

> Can we force libcurl to use the static openssl libs that we have during
> compile time rather than going for whatever is there on the system at
> runtime? Will it solve the problem?

If you link your app with static libs, then nothing is linked dynamically. If
you link them dynamically, you get them at run-time.

If you then use two different, incompatible, versions of OpenSSL then you land
in trouble.

-- 
  / daniel.haxx.se | Commercial curl support up to 24x7 is available!
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2020-07-08