Skip to content

Commit 56f8f1a

Browse files
senarclensSnaipe
authored andcommitted
added hint to run ldconfig
1 parent 3543417 commit 56f8f1a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Contributors:
1515
* Ersikan <julien.philippon@epitech.eu>
1616
* Ethiraric <florian.sabourin@epitech.eu>
1717
* Florent Poinsard <florent.poinsard@outlook.fr>
18+
* Gerald Senarclens de Grancy <oss@senarclens.eu>
1819
* Howard "hppritcha" Pritchard <howardp@lanl.gov>
1920
* Kare Nuorteva <kare.nuorteva@me.com>
2021
* Karim DRIDI <seth.holth@gmail.com>

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
always using the first possible combination of parameters.
99
* Fix: fixed leak due to not calling git_libgit2_shutdown. This should
1010
appease valgrind and the address sanitizer.
11+
* Misc: added suggestion to run ldconfig in installation documentation
12+
(Gerald Senarclens de Grancy).
1113

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

doc/setup.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Run with an elevated shell:
4949
5050
$ ninja -C build install
5151
52+
On Linux systems, update the dynamic linker runtime bindings:
53+
54+
.. code-block:: bash
55+
56+
$ ldconfig
57+
5258
Usage
5359
-----
5460

0 commit comments

Comments
 (0)