%general-entities; ]> Net::SSLeay-&Net-SSLeay-version; Net::SSLeay Introduction to Net::SSLeay Net::SSLeay is a PERL extension for using OpenSSL. Additional Download Required patch (for openssl-1.1.1): &lfs84_checked; Package Information Download (HTTP): Download MD5 sum: &my-md5sum; Installation of Net::SSLeay Unless you are still using the 1.1.0 series, apply a patch to allow the tests to complete with openssl-1.1.1. patch -Np1 -i ../Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch This module uses a variant of the standard build and installation instructions: yes '' | perl Makefile.PL && make && make test Now, as the root user: make install Command Explanations yes '': Perl will ask if you wish to run external tests, which will fail if you do not have network connectivity. The default is 'n', specifying this allows you to script the build.