Created
March 9, 2020 00:52
-
-
Save ahmadrosid/c6302e7d35669366b908c8dbb72ffe4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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