Created
July 14, 2020 11:31
-
-
Save bashkirtsevich/2a826bceaec049522283f698c0836fbb to your computer and use it in GitHub Desktop.
ldconfig
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
| root@63f81279153e:/etc/ld.so.conf.d# cat libc.conf | |
| # libc default configuration | |
| /usr/local/lib | |
| root@63f81279153e:/etc/ld.so.conf.d# cat x86_64-linux-gnu.conf | |
| # Multiarch support | |
| /lib/x86_64-linux-gnu | |
| /usr/lib/x86_64-linux-gnu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment