pycurl denpendent on libcurl4-openssl-dev or libcurl4-gnutls-dev.

Hongyi Zhao hongyi.zhao at gmail.com
Mon Jun 29 07:19:04 UTC 2020


Hi,

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 for
building some c extensions. As a result, I must first run the
following command to install the dependencies:

$ sudo apt-get install libcurl4 libcurl4-openssl-dev
or
$ sudo apt-get install libcurl4 libcurl4-gnutls-dev

And I also find that the above two dependencies are mutually
exclusive, i.e., I only install and use one of them.

OTOH, if I compile and install the latest curl using its git master
source code, should I still need to install the above dependencies?

Any hints will be highly appreciated.
-- 
Hongyi Zhao <hongyi.zhao at gmail.com>




More information about the ubuntu-users mailing list