ubuntu:configure error:cannot find ssl libraries

首先安装SSL库,openssl或者libssl:

sudo apt-get install openssl

sudo apt-get install libssl

configure的时候加上选项:

./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/x86_64-linux-gnu(可能64位和32位有所不同)
原文地址:https://www.cnblogs.com/church/p/2582862.html