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: libcurl one or more libs available at link-time are not available run-time libssl 7.62.0 with openssl 1.1.1g
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Daniel Stenberg via curl-users <curl-users_at_cool.haxx.se>
Date: Wed, 17 Mar 2021 14:59:53 +0100 (CET)
On Wed, 17 Mar 2021, Vipul Jain via curl-users wrote:
> I tried to give this path for openssl1.1.1g, but while configuring curl give
> error "libcurl one or more libs available at link-time are not available
> run-time libssl"
It means that one (or more) of the (shared) libraries configure could find and
link with could not be found when trying to run a test program.
You need to make sure thay your run-time linker can find that/those libraries.
Using LD_LIBRARY_PATH, editing /etc/ld.so.conf or setting
LDFLAGS="-Wl,-rpath,$libdirectory" when running configure are common methods.
Date: Wed, 17 Mar 2021 14:59:53 +0100 (CET)
On Wed, 17 Mar 2021, Vipul Jain via curl-users wrote:
> I tried to give this path for openssl1.1.1g, but while configuring curl give
> error "libcurl one or more libs available at link-time are not available
> run-time libssl"
It means that one (or more) of the (shared) libraries configure could find and
link with could not be found when trying to run a test program.
You need to make sure thay your run-time linker can find that/those libraries.
Using LD_LIBRARY_PATH, editing /etc/ld.so.conf or setting
LDFLAGS="-Wl,-rpath,$libdirectory" when running configure are common methods.
-- / 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-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2021-03-17