Skip to content

Commit

Permalink
added hint to run ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
senarclens authored and Snaipe committed Apr 26, 2022
1 parent 3543417 commit 56f8f1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Contributors:
* Ersikan <julien.philippon@epitech.eu>
* Ethiraric <florian.sabourin@epitech.eu>
* Florent Poinsard <florent.poinsard@outlook.fr>
* Gerald Senarclens de Grancy <oss@senarclens.eu>
* Howard "hppritcha" Pritchard <howardp@lanl.gov>
* Kare Nuorteva <kare.nuorteva@me.com>
* Karim DRIDI <seth.holth@gmail.com>
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
always using the first possible combination of parameters.
* Fix: fixed leak due to not calling git_libgit2_shutdown. This should
appease valgrind and the address sanitizer.
* Misc: added suggestion to run ldconfig in installation documentation
(Gerald Senarclens de Grancy).

The full git changelog may be accessed with `git log v2.4.0..v2.4.1`.

Expand Down
6 changes: 6 additions & 0 deletions doc/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Run with an elevated shell:
$ ninja -C build install
On Linux systems, update the dynamic linker runtime bindings:

.. code-block:: bash
$ ldconfig
Usage
-----

Expand Down

0 comments on commit 56f8f1a

Please sign in to comment.