Hi again,
simply install
gettext, which provides
libintl. gettext in turn needs
libiconv, which should be installed on your system, as it comes with AIX. It is part of
bos.rte.iconv. If it's not already installed, get it from standard AIX distribution media.
Check if it's there with
lslpp -l | grep iconvFind gettext here:
http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html
Good luck!
Cheers
wmp