Home > other >  curl on ubuntu 20.10 broken curl_url_set undefined
curl on ubuntu 20.10 broken curl_url_set undefined

Time:10-26

This is completely bizarre. I have never seen curl not install correctly on ubuntu using sudo apt install. But here were are.

just trying "curl" gives symbol lookup error: undefined symbol: curl_url_set, version CURL_OPENSSL_4

Why? If there are dependencies why aren't they installed first as normal? How do I fix this. Not having curl is a serious handicap. I have never encountered this on other ubuntu installations.

CodePudding user response:

Closing as upgrade of kubuntu version "fixed" it.

  •  Tags:  
  • curl
  • Related