From: R Veera Kumar Date: Mon, 13 Jun 2022 21:14:31 +0000 (+0530) Subject: Add ldconfig command to installation, fixes library not found X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77236b292ab715cd5a7f9fb11ad36941b650ea74;p=dev-env-setup.git Add ldconfig command to installation, fixes library not found --- 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