Skip to content

Instantly share code, notes, and snippets.

@ahmadrosid
Created March 9, 2020 00:52
Show Gist options
  • Save ahmadrosid/c6302e7d35669366b908c8dbb72ffe4a to your computer and use it in GitHub Desktop.
Save ahmadrosid/c6302e7d35669366b908c8dbb72ffe4a to your computer and use it in GitHub Desktop.
You can use ldconfig -p to see all library ldconfig currently know about.
You can add the path to ldconfig with
sudo echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf
&
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment