logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Configure ldconfig - Manage Shared Library Dependencies | Online Free DevTools by Hexmos

Manage shared library dependencies with ldconfig. Update symlinks and cache for efficient library linking. Free online tool, no registration required.

ldconfig

Configure symlinks and cache for shared library dependencies. More information: https://manned.org/ldconfig.

  • Update symlinks and rebuild the cache (usually run when a new library is installed):

sudo ldconfig

  • Update the symlinks for a given directory:

sudo ldconfig -n {{path/to/directory}}

  • Print the libraries in the cache and check whether a given library is present:

ldconfig {{[-p|--print-cache]}} | grep {{library_name}}

See Also