]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LibraryReport is a Tcl script that attempts to report on the status of
authorMike Smith <msmith@FreeBSD.org>
Thu, 2 Jan 1997 03:49:35 +0000 (03:49 +0000)
committerMike Smith <msmith@FreeBSD.org>
Thu, 2 Jan 1997 03:49:35 +0000 (03:49 +0000)
commit1b56bb4ca7afcf0f76feac28ddb97f5b78923913
tree5a4ecb2d303d01d4a3659c02ac9d2b06b73464ee
parent8c39a12760b0374daaa3a3783549b3afeefa44c8
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.
tools/LibraryReport/LibraryReport.tcl [new file with mode: 0755]