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

Reply via email to