Curl not working

Hi

My favorite tool not working anymore

# OpenWrt 21.02.3

curl https://example.com
Error relocating /usr/bin/curl: curl_easy_header: symbol not found
Error relocating /usr/bin/curl: curl_easy_nextheader: symbol not found

opkg list curl
curl - 7.83.1-1 - A client-side URL transfer utility

is curl actually installed? you've listed it, but what happens if you try:

opkg update; opkg install curl

opkg update; opkg install libcurl4
3 Likes

Same problema here, works form me.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.