Hi Everyone,
I am trying to install the curl-7.81.0 package on my RISC-V Linux distribution, but I am getting the below error. please someone can help me to resolve this. for most of the packages when I am trying to install, I am getting the following error.
Error:
CC tool_writeout_json.o
CC tool_xattr.o
CC tool_hugehelp.o
CC ../lib/strtoofft.o
CC ../lib/nonblock.o
CC ../lib/warnless.o
CC ../lib/curl_ctype.o
CC ../lib/curl_multibyte.o
CC ../lib/version_win32.o
CC ../lib/dynbuf.o
CCLD curl
/usr/lib/gcc/riscv64-unknown-linux-gnu/7.3.1/../../../../riscv64-unknown-linux-gnu/bin/ld: warning: libdl.so.2, needed by ../lib/.libs/libcurl.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:985: curl] Error 1
make[2]: Leaving directory '/home/package_building/curl-7.81.0/src'
make[1]: *** [Makefile:1472: all-recursive] Error 1
make[1]: Leaving directory '/home/package_building/curl-7.81.0/src'
make: *** [Makefile:1263: all-recursive] Error 1
/home/package_building/curl-7.81.0 # cd ../
Thanks and Regards
Billa