From 77236b292ab715cd5a7f9fb11ad36941b650ea74 Mon Sep 17 00:00:00 2001 From: R Veera Kumar Date: Tue, 14 Jun 2022 02:44:31 +0530 Subject: [PATCH] Add ldconfig command to installation, fixes library not found --- binutils-gdb-install | 1 + 1 file changed, 1 insertion(+) diff --git a/binutils-gdb-install b/binutils-gdb-install index 48d3952..ddc0881 100755 --- a/binutils-gdb-install +++ b/binutils-gdb-install @@ -37,6 +37,7 @@ AR=ar AS=as ../binutils-gdb/configure \ make # -j$(nproc) # make check |& tee chk.log make install +ldconfig cd .. cd /home/$SUDO_USER/src/binutils-gdb -- 2.30.2