system administration How to correctly use LD_LIBRARY_PATHBy RyanOctober 22, 200812 The LD_LIBRARY_PATH environment variable contains a colon separated list of paths that the linker uses…
View dynamic library dependencies with lddBy RyanOctober 17, 2008 The ldd command allows you to view detailed information about library dependencies of dynamically linked…