1 .TH zpm-soname 8 2019-02-14 "ZPM 0.4"
3 zpm-soname \- list the soname of an elf library
5 .B zpm soname \fR[\fB-l\fR] \fIpath\fR
7 \fBzpm-soname\fR prints to stdout the soname, if any, of a given path.
11 Don't follow symlinks. If the path is a symlink, this will cause the program
12 to exit with status 1.
16 zpm-soname /lib/libc.so
21 if the file had an soname
24 file is not a regular file, or unable to stat, no file given, or other file
28 unable map file to read elf info
31 file is not an elf file
34 file is not an dynamic library file
37 unable to determine 64 or 32 bit elf file
40 unable to determine endianness
43 File has no string table
46 File has no dynamic section
49 File has no dynamic table
52 No soname found in dynamic table