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: curl run time error

From: Daniel Stenberg via curl-library <curl-library_at_lists.haxx.se>
Date: Tue, 25 Jan 2022 08:20:30 +0100 (CET)

On Tue, 25 Jan 2022, Billa Surendra via curl-library wrote:

> I am trying to install the curl-7.81.0 package on RISC-V architecture, but
> I am getting the following error. Please help me out to resolve this issue.
>
> checking run-time libs availability... *failed*
> configure: error: *one or more libs available at link-time are not
> available run-time. Libs used at link-time: -lnghttp2 -lpsl -lssl -lcrypto
> -lzstd -lz -ldl*

This means that configure has detected all these libraries to exist and work
to build with.

The configure script does also *run* a few programs for checking purposes and
then it needs to find those libs at run-time as opposed to build-time, and
this is where it fails in your case. It fails to run a small example code
because it cannot load the set of libraries.

-- 
  / daniel.haxx.se
  | Commercial curl support up to 24x7 is available!
  | Private help, bug fixes, support, ports, new features
  | https://curl.se/support.html
-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2022-01-25