From cb5beb84c59ea0f83783650d3f91d5e79bec6bef Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Tue, 12 Jan 2016 17:06:58 -0500 Subject: [PATCH] Fix Fedora 23 crasher. This fixes an "OSError: [Errno 2] No such file or directory" on Fedora 23. Note that openssl-devel was not sufficient to install the openssl commandline tool. The current manual-testing build of le-auto now crashes with #1548, but that should have been resolved when we upgraded the cryptography lib and so should go away when we build a new version. --- letsencrypt-auto-source/pieces/bootstrappers/rpm_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt-auto-source/pieces/bootstrappers/rpm_common.sh b/letsencrypt-auto-source/pieces/bootstrappers/rpm_common.sh index d10a1b5ff..8a8f1526a 100755 --- a/letsencrypt-auto-source/pieces/bootstrappers/rpm_common.sh +++ b/letsencrypt-auto-source/pieces/bootstrappers/rpm_common.sh @@ -36,6 +36,7 @@ BootstrapRpmCommon() { gcc \ dialog \ augeas-libs \ + openssl \ openssl-devel \ libffi-devel \ redhat-rpm-config \