ltrace: ltrace (Tracks runtime library calls in dynamically linked programs) ltrace: ltrace: ltrace is a debugging program which runs a specified command until it ltrace: exits. While the command is executing, ltrace intercepts and records ltrace: the dynamic library calls which are called by the executed process ltrace: and the signals received by that process. It can also intercept and ltrace: print the system calls executed by the program. ltrace: The program to be traced need not be recompiled to use ltrace, so you ltrace: can use it on binaries for which you don't have the source handy. ltrace: ltrace: This package depends on unsupported-extra/packages/libelf-*.tgz