1 .TH zpm-soneed 8 2018-12-10 "ZPM 0.4"
3 zpm-soneed \- list the library dependencies of an elf file
5 .B zpm soneed \fR[\fB-l\fR] \fIpath\fR
7 \fBzpm-soneed\fR prints to stdout the dynamic libraries needed
8 by a given elf file. It is not an error if no needed libraries
13 Don't follow symlinks. If the path is a symlink, this will cause the program
14 to exit with status 1.
18 zpm-soneed /usr/bin/vim
23 if the file had an soname
26 file is not a regular file, or unable to stat, no file given, or other file error
29 unable map file to read elf info
32 file is not an elf file
35 file is not an dynamic library or executable file
38 unable to determine 64 or 32 bit elf file
41 unable to determine endianness
44 File has no dynamic section
47 File has no dynamic table