Originally posted by: AyappanP
I see zabbix-agent for AIX is provided by the official site till version 3.4
For later versions, i don't see it.
But it looks like it is easy to compile with only agent enabled (4.2.1). You need to have GNU make & GCC installed in the machine. And sqlite-devel also.
export CC="gcc -maix64"
export OBJECT_MODE=64
./configure --enable-agent --with-sqlite3
make
make install DESTDIR=<preferred_path>