From ba66b602566fc2aba6ec912b037ac12497846798 Mon Sep 17 00:00:00 2001 From: Mathilde Dupouy Date: Tue, 3 Dec 2024 12:04:13 +0100 Subject: [PATCH] FEDORA bug fix proposition --- how-to-contribute.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/how-to-contribute.md b/how-to-contribute.md index 4e74b8e..2be383e 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -75,6 +75,15 @@ rbenv install -v 2.7.1 rbenv global 2.7.1 ``` +You might encounter the following error: +```shell +"Can't locate FindBin.pm in @INC (you may need to install the FindBin module)..." +``` +Please consider installing perl to resolve it (see [this OpenSSL issue](https://github.com/openssl/openssl/issues/13761)), for example using the following command line (distro-dependent): +```shell +dnf install perl +``` + Make sure you have the right version installed and selected: ```shell ruby -v