03-15-2025, 08:29 AM
Looks like you're missing the dev package for libcurl.
You need to install the matching dev package to the flavour of libcurl4 you have installed (if installed).
If you have already installed the GNU flavour then install...
libcurl4-gnutls-dev
If you have already installed the NSS flavour then install...
libcurl4-nss-dev
If you have already installed the OpenSSL flavour then install...
libcurl4-openssl-dev
Hope this helps.
You need to install the matching dev package to the flavour of libcurl4 you have installed (if installed).
If you have already installed the GNU flavour then install...
libcurl4-gnutls-dev
If you have already installed the NSS flavour then install...
libcurl4-nss-dev
If you have already installed the OpenSSL flavour then install...
libcurl4-openssl-dev
Hope this helps.

