Install curl with openssl

Try this when you configure the libcurl

./configure --with-ssl --with-libssl-prefix=/usr/local/ssl

/usr/local/ssl is where openssl contains header files and library

/usr/local/ssl/
├── bin
├── certs
├── include
├── lib
├── man
├── misc
├── openssl.cnf
└── private

Leave a Comment