From 995636b2f378c714c2c08ef3c6bac948ab716740 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 19 Jan 2014 11:30:57 -0500 Subject: [PATCH] Fedora: Net::SSLeay 1.55 is too new for Net::HTTPS::Any Although Net::HTTPS:Any wants Net:SSLeay 1.30 or later, 1.55 is apparently too late, or something. The alternative is Crypt::SSLeay, which seems to work, so let's go with that. Signed-off-by: Dan Scott --- Open-ILS/src/extras/install/Makefile.fedora | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index eb90773357..d70e455daf 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -28,6 +28,7 @@ FEDORA_RPMS = \ perl-Business-ISBN \ perl-Business-ISBN-Data \ perl-CPAN \ + perl-Crypt-SSLeay \ perl-DBD-Pg \ perl-Email-Send \ perl-Email-Simple \ -- 2.11.0