On Mon, 29 Jun 2020, Hongyi Zhao via curl-library wrote:
On Ubuntu 20.04 with python 3.8.3, I try to install pycurl and find that it depends on libcurl4-openssl-dev or libcurl4-gnutls-dev
...
OTOH, if I compile and install the latest curl using its git master source code, should I still need to install the above dependencies?
libcurl4-openssl-dev and libcurl4-gnutls-dev are names of two different libcurl packages for ubuntu. Package management on ubuntu is done based on packet-names so if you want to satisfy that requirement with your own packaged libcurl build, you probably need to provide such a package that fulfills that requirement.
This is not really a curl question. This is a ubuntu/debian/deb/apt question. There are better venues to ask such questions than here.
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/ ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html