curl dynamic linking problem in 21.10
Solution 1:
Analysis of ldd /usr/bin/curl
output shows that Dell packages cause this issue. To fix the system we need to remove them by
sudo apt-get purge --autoremove dca-enabler-packages dca-enabler
Note: tool for ldd output analysis is discussed in this Q&A. It helped me a lot to detect your problem programmatically.