curl / Mailing Lists / curl-users / 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: libcurl one or more libs available at link-time are not available run-time libssl 7.62.0 with openssl 1.1.1g

From: Vipul Jain via curl-users <curl-users_at_cool.haxx.se>
Date: Wed, 17 Mar 2021 19:55:35 +0530

Thanks, I'll check it out.

On Wed, Mar 17, 2021 at 7:29 PM Daniel Stenberg <daniel_at_haxx.se> wrote:
>
> 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/



-- 
with regards:-
Vipul Jain
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2021-03-17