For the error “configure: error: ssl is required but missing”
You will need to install libssl-dev
.
sudo apt-get install libssl-dev
For the error “configure: error: lzo enabled but missing”
sudo apt-get install liblzo2-dev
For the error “configure: error: libpam required but missing “
sudo apt-get install libpam0g-dev