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

2020-06-29 Thread Hongyi Zhao via curl-library
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

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

2020-06-29 Thread Daniel Stenberg via curl-library
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

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

2020-06-28 Thread Hongyi Zhao via curl-library
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-