From 5cc1c2cf04675e34286b263b8c3ca5278e6c4e47 Mon Sep 17 00:00:00 2001 From: Emmanuel <36076794+airlomba@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:31:37 +0100 Subject: [PATCH] Update README.md Added the ldconfig command to prevent the error: suscan.status: error while loading shared libraries: libsuscan.so.0.3.0: cannot open shared object file: No such file or directory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 894819e5..2d44fa7a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ If the previous commands were successful, you are ready to install Suscan in you ``` # make install +# ldconfig ``` You can verify your installation by running: