pycurl denpendent on libcurl4-openssl-dev or libcurl4-gnutls-dev.
Ralf Mardorf
kde.lists at yahoo.com
Mon Jun 29 08:13:10 UTC 2020
On Mon, 29 Jun 2020 15:19:04 +0800, Hongyi Zhao wrote:
>[...] pycurl [...] depends on [...] libcurl4-gnutls-dev
>[...] if I compile and install the latest curl using its git master
>source code, should I still need to install the above dependencies?
Hi,
you need to check if there's no soname difference between libs from
official repositories and curl from git master. If there should be a
difference, you should keep the shared libraries (files and links) from
the repositories, but nothing else. If soname is still unchanged, you
should remove everything curl related from official repositories.
You need to build packages to provide the dependency information, that
could be needed by the package management. You can't just build and
install from git master, without building packages. Or else, you could,
it depends, but... What do you want to achieve?
Regards,
Ralf
More information about the ubuntu-users
mailing list