Skip to content

Commit

Permalink
doc: Additional details for Fedora in 'Install requirements' section (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik authored Oct 11, 2022
1 parent 22d33b5 commit b4e1f53
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4e1f53

Please sign in to comment.