Skip to content

Commit

Permalink
readme: add ldconfig note
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Nov 20, 2021
1 parent 6a4d27b commit 5a32c94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ $ sudo make install
$ sudo ldconfig
```

On some distributions, /usr/local/lib may not be included in ld.so.conf.
You can check with `grep "/usr/local/lib" /etc/ld.so.conf.d/*.conf`
and add if necessary:

```
$ echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/libc.conf
$ sudo ldconfig
```


### Build with release

```
Expand Down

0 comments on commit 5a32c94

Please sign in to comment.