Documentation ¶
Overview ¶
lddfiles prints the arguments and all .so dependencies of those arguments
Description:
lddfiles prints the arguments on the command line and all .so's on which they depend. In some cases, those .so's are actually symlinks; in that case, the symlink and its value are printed. lddfiles can be used to package up a command for tranporation to another machine, e.g. scp `lddfiles /usr/bin/*` remotehost:/ will let you copy all of /usr/bin, and all needed libraries. to a remote host. lddfiles /usr/bin/* | cpio -H newc -o > /tmp/x.cpio lets you easily prepare cpio archives, which can be included in a kernel or similarly scp'ed to another machine.
Click to show internal directories.
Click to hide internal directories.