0

I'm trying to build APT. However, the configure script crashes saying

configure: error: failed: I need CURL due https support

How do I enable https for CURL?

EDIT: My question is different, and I solved it anyway. I know how to use apt-get, if I didn't I wouldn't be trying to build it in the first place. The error message gave no clue which package that needed to be installed.

A.B.
  • 90,397
nahano
  • 381

1 Answers1

3

I solved it by installing libcurl4-openssl-dev

sudo apt-get install libcurl4-openssl-dev
A.B.
  • 90,397
nahano
  • 381