Got it. Thanks a lot, I'll try to discuss it on ubuntu-us...@lists.ubuntu.com.
On Mon, Jun 29, 2020 at 2:57 PM Daniel Stenberg wrote:
>
> 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 libcu
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
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-