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@GLIBC_2.27' /usr/local/lib/libcrypto.so: undefined reference to `dlerror@GLIBC_2.27' /usr/local/lib/libcrypto.so: undefined reference to `dladdr@GLIBC_2.27' /usr/local/lib/libcrypto.so: undefined reference to `dlopen@GLIBC_2.27' /usr/local/lib/libcrypto.so: undefined reference to `dlsym@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 <dan...@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