root@hostname# ./zabbix_agentd
exec(): 0509-036 Cannot load program ./zabbix_agentd because of the following errors:
        0509-150   Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
        0509-152   Member libiconv.so.2 is not found in archive
root@hostname# ldd ./zabbix_agentd
./zabbix_agentd needs:
         /usr/lib/libc.a(shr.o)
         /usr/lib/libiconv.a(libiconv.so.2)
ar: 0707-109 Member name libiconv.so.2 does not exist.
dump: /tmp/tmpdir508104/extract/libiconv.so.2: 0654-106 Cannot open the specified file.
         /usr/lib/libperfstat.a(shr.o)
         /unix
         /usr/lib/libcrypt.a(shr.o)
         /usr/lib/libpthreads.a(shr_xpg5.o)
         /usr/lib/libcfg.a(shr.o)
         /usr/lib/libodm.a(shr.o)
         /usr/lib/liblvm.a(shr.o)
         /usr/lib/libpthreads.a(shr_comm.o)
From what I can tell the specified file exists in fileset bos.rte.iconv
root@hostname# lslpp -L bos.rte.iconv
  Fileset                      Level  State  Type  Description (Uninstaller)
  ----------------------------------------------------------------------------
  bos.rte.iconv             5.3.0.60    C     F    Language Converters
root@hostname# ls -al libiconv*
rrr-   1 bin      bin          379103 Apr 11 2007  libiconv.a
Thank you,
David