Skip to content

Instantly share code, notes, and snippets.

@devmnj
Created August 20, 2019 07:39
Show Gist options
  • Save devmnj/6955dd1ea289c55e891a413101371ab7 to your computer and use it in GitHub Desktop.
Save devmnj/6955dd1ea289c55e891a413101371ab7 to your computer and use it in GitHub Desktop.
sudo /sbin/ldconfig -v
ldconfig creates the necessary links and cache to the most recent shared
libraries found in the directories specified on the command line,
in the file /etc/ld.so.conf, and in the trusted directories (/lib and /usr/lib).
The cache is used by the run-time linker, ld.so or ld-linux.so.
ldconfig checks the header and filenames of the libraries it encounters when
determining which versions should have their links updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment