How to determine, if a shared library is loaded on AIX

Recently, I had to figure out, if a shared library on an AIX system was loaded at Domino server startup. I am not an expert on UNIX, so I asked GOOGLE for some help.

I came across the UNIX command genkld, whic did exactly what I wanted to do

genkld will create a list that is printed to the console that shows all loaded shared libraries

genkld

You can find more useful information about “Shared library memory footprints on AIXhere