in reply to How to install LWP::Protocol::https?

Your problem is with installing Net::SSLeay, which fails because:

SSLeay.xs:163:10: fatal error: 'openssl/err.h' file not found

This means that you did not install the openssl development package, or Net::SSLeay could not find it. The README file contains information on what packages are needed and how to install them.