curl: symbol lookup error: curl: undefined symbol: curl_url_set, version CURL_OPENSSL_4

I have been struggling a lot with curl in my machine (ubuntu 20.04) It's a dell for developers and came already with linux.

Since I got it I wasn't able to fix this issue and using wget instead.

Even if i only write curl: symbol lookup error: curl: undefined symbol: curl_url_set, version CURL_OPENSSL_4 I get this error.

If I run

$ which curl
/usr/bin/curl

So I know it is installed

1 Answer

I had the same problem with a Dell Latitude 5420, and fixed it running the following command, as stated here:

sudo apt-get purge --autoremove dca-enabler-packages dca-enabler

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like