Skip to content

AIX - Library

Commands

List of all loaded libraries:

genkld

Get library of a package (or library):

dump -X32_64 -Hv {binary}
# Ex: dump -X32_64 -Hv /opt/freeware/bin/curl
#     dump -X32_64 -Hv /opt/freeware/lib64/libcurl.a
Back to top