Re: trouble with Crypt::SSLeay install
[email protected] (Michiel Beijen) Thu, 23 Jan 2014 09:24:37 +0100
| Newsgroups | perl.libwww |
|---|---|
| Message-ID | <CABD0r10SMw86i_AWYFWuX9vnuQisTtCzriFZ4oDvFXSFW_57-w@mail.gmail.com> |
Hi, On Wed, Jan 22, 2014 at 7:00 PM, Adam Sj=C3=B8gren <[email protected]> wrot= e: > Joe <[email protected]> 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