From 2b7269b68c610f2dbabed149ce5f866a3935a647 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 14 May 2019 14:16:40 -0700 Subject: [PATCH] SECURITY.md: Add Fedora 30 package installation instructions Fixes #5688 --- SECURITY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 614de4a7be..0f9b9db059 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -346,6 +346,10 @@ If on Alpine Linux, try to use `grpc-netty-shaded` instead of `grpc-netty` or `netty-tcnative`. If those are not an option, you may consider using [netty-tcnative-alpine](https://github.com/pires/netty-tcnative-alpine). +If on Fedora 30 or later and you see "libcrypt.so.1: cannot open shared object +file: No such file or directory". Run `dnf -y install libxcrypt-compat` to +install the necessary dependency. + If you are running inside of an embedded Tomcat runtime (e.g., Spring Boot), then some versions of `netty-tcnative-boringssl-static` will have conflicts and won't work. You must use gRPC 1.4.0 or later.