From be66bbf200c718904514b044ba84d64a36456218 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sat, 29 Oct 2016 12:03:58 +0200 Subject: [PATCH] doc/compiling.md: Add note about installation and ldconfig. Fixes #478 --- doc/compiling.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/compiling.md b/doc/compiling.md index c8a06dc86..ff9e178b1 100644 --- a/doc/compiling.md +++ b/doc/compiling.md @@ -23,6 +23,10 @@ $ make * `libusb-1.0` (plus development headers for building, on debian based distros `libusb-1.0.0-dev` package) * (optional) for `stlink-gui` we need libgtk-3-dev +### Fixing cannot open shared object file + +When installing system-wide (`sudo make install`) the dynamic library cache needs to be updated with the command `ldconfig`. + ## Permissions with udev Make sure you install udev files which are necessary to run the tools without root