Skip to content

Commit

Permalink
Ensure we run ldconfig as part of package install
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed May 21, 2020
1 parent f8a04db commit 310265c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup/linux/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ fi

cd ~/project/ci-cache-persistent/openssl/openssl/openssl-OpenSSL_1_1_1f
make install_sw install_ssldirs

# new libraries may be installed in /usr/local/lib. Pick them up
ldconfig

0 comments on commit 310265c

Please sign in to comment.