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: Billa Surendra via curl-library <curl-library_at_lists.haxx.se>
Date: Tue, 25 Jan 2022 14:25:31 +0530

Thanks for your suggestion. I have checked config.log file and I have
corrected those errors, now ./confofigure command went successfully. But
when I am running *make -j8* I am getting a new error. Can you please have
look at this error and suggest me something to resolve this issue.

*Error:*

/usr/lib/gcc/riscv64-unknown-linux-gnu/7.3.1/../../../../riscv64-unknown-linux-gnu/bin/ld:
warning: libdl.so.2, needed by /usr/local/lib/libssl.so, not found (try
using -rpath or -rpath-link)
/usr/local/lib/libcrypto.so: undefined reference to `dlclose_at_GLIBC_2.27'
/usr/local/lib/libcrypto.so: undefined reference to `dlerror_at_GLIBC_2.27'
/usr/local/lib/libcrypto.so: undefined reference to `dladdr_at_GLIBC_2.27'
/usr/local/lib/libcrypto.so: undefined reference to `dlopen_at_GLIBC_2.27'
/usr/local/lib/libcrypto.so: undefined reference to `dlsym_at_GLIBC_2.27'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:922: curl] Error 1
make[2]: Leaving directory '/home/package_building/curl-7.65.3/src'
make[1]: *** [Makefile:1966: all-recursive] Error 1
make[1]: Leaving directory '/home/package_building/curl-7.65.3/src'
make: *** [Makefile:922: all-recursive] Error 1

On Tue, Jan 25, 2022 at 1:08 PM Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Tue, 25 Jan 2022, Billa Surendra wrote:
>
> > What I have to do resolve the problem. Can you please elaborate ?.
>
> As always when configure fails, the first thing to do is to load
> config.log
> into an editor and search backwards from the bottom after "error" and the
> specific thing that failed for you.
>
> Usually, that file contains more info about the error. Like an exact error
> message and perhaps even showing exactly what symbols/libs that cause the
> problem. Then you work on addressing that particular problem and re-run
> configure with the adjustment.
>
> --
>
> / 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