From b4e1f5302bca8ac48f1aaef76ce72dae708c9465 Mon Sep 17 00:00:00 2001 From: Karl Levik Date: Tue, 11 Oct 2022 23:08:02 +0100 Subject: [PATCH] doc: Additional details for Fedora in 'Install requirements' section (#221) (#222) --- docs/run.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/run.md b/docs/run.md index f96bb64b..32bf3d0d 100644 --- a/docs/run.md +++ b/docs/run.md @@ -40,13 +40,17 @@ Install required packages * For Debian and derivatives: ```bash -sudo apt-get update && sudo apt-get install -y libldap2-dev libsasl2-dev libmariadb-dev build-essential +sudo apt-get update && sudo apt-get install -y libldap2-dev libsasl2-dev \ +libmariadb-dev build-essential ``` * For Fedora and derivatives (use `yum` if you don't have `dnf`): + ```bash -sudo dnf update && sudo dnf install -y openldap-devel mariadb-connector-c-devel +sudo dnf update && sudo dnf install -y openldap-devel mariadb-connector-c-devel \ +python3-devel ``` +For Fedora you might also need to create a text file `/usr/lib/libldap_r.so`, adding only the line `INPUT ( libldap.so )` Install python dependencies: