Difference between revisions of "Ldconfig"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | <code>ldconfig</code> configure dynamic linker run-time bindings | + | <code>ldconfig</code> configure [[dynamic linker]] run-time bindings |
* https://man7.org/linux/man-pages/man8/ldconfig.8.html | * https://man7.org/linux/man-pages/man8/ldconfig.8.html | ||
+ | |||
+ | [[ldconfig --print-cache]] | ||
+ | |||
+ | export [[LD_LIBRARY_PATH]]=[[/usr/local/lib]]:[[/usr/local/lib64]] | ||
+ | |||
+ | |||
+ | [[/etc/ld.so.conf.d/openssl.conf]] | ||
+ | [[Update deprecated openssl library from source code]] | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{ldconfig}} | ||
+ | |||
+ | [[Category:Linux]] |
Latest revision as of 16:03, 5 February 2024
ldconfig
configure dynamic linker run-time bindings
ldconfig --print-cache
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
/etc/ld.so.conf.d/openssl.conf Update deprecated openssl library from source code
See also[edit]
Advertising: