CHECK-LIB-DEPENDS(1) - General Commands Manual # CHECK-LIB-DEPENDS(1) - General Commands Manual
NAME # check-lib-depends - scan port for shared libraries
SYNOPSIS # check-lib-depends [-fimqx] [-B destdir] [-d pkgrepo] [-D directory] [-F missing] [-O dest] [-S VAR=value] [-s source] [package …]
DESCRIPTION # check-lib-depends scans a port or package for shared libraries, and verify that all of them are properly recorded.
check-lib-depends can either scan files from a built port after the fake stage from the WRKINST directory, or look directly inside a package.
...
CHROOT(8) - System Manager’s Manual # CHROOT(8) - System Manager’s Manual
NAME # chroot - change root directory
SYNOPSIS # chroot [-g group[,group[,…]]] [-u user] newroot [command]
DESCRIPTION # The chroot command changes its root directory to the supplied directory newroot and executes command, if supplied, or an interactive copy of the user’s shell.
The chroot command is restricted to the superuser.
The options are as follows:
-g group[,group[,…]]
...
LDD(1) - General Commands Manual # LDD(1) - General Commands Manual
NAME # ldd - list dynamic object dependencies
SYNOPSIS # ldd program …
DESCRIPTION # ldd displays the shared objects needed to run program. ldd uses the DT_NEEDED tags to determine what dynamic objects are required. To list the objects ldd sets the environment variable LD_TRACE_LOADED_OBJECTS and then execs program.
EXIT STATUS # The ldd utility exits 0 on success, and >0 if an error occurs.
...