Hi, On Wed, Jan 22, 2014 at 7:00 PM, Adam Sjøgren <a...@koldfront.dk> wrote: > Joe <j...@oddesse.com> writes: > >> The server is Ubuntu 12.04 with Perl 5.14; should this work? > > Any reason not to use the one packaged with 12.04?
As mentioned, typically it is preferable to install from the repositories by using 'sudo apt-get install -y libcrypt-ssleay-perl' If you really need the newer version you can install it from cpan. First you'll need some dependencies sudo apt-get install -y liblwp-protocol-https-perl libtry-tiny-perl libssl-dev make sudo cpan Crypt::SSLeay -- Mike