K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-01-02T03:49:35.000000Z K 7 svn:log V 498 LibraryReport is a Tcl script that attempts to report on the status of shared libraries in the system. It locates libraries using the output of 'ldconfig -r' to find directories containing libraries, and then performs a recursive descent of the entire filesystem heirachy looking for dynamically linked executables and recording the libraries that they use. After scanning, a report is produced listing used libraries and the executable(s) that use them, and seperately listing unused libraries. END