Prerequisites for Apache Agent Installation on AIX
The Apache Agent installation requires the following libraries from the IBM-supported portals:
-
libstdc++10
-
libiconv (1.17)
-
coreutils (9.0)
-
jre (1.8 or later)
Run the following command to load the necessary libraries before starting the Apache Agent.
export LIBPATH=/opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/10/pthread:/usr/opt/freeware/lib:<agent-install-directory>/sdk_lib/lib
In the above command:
-
</opt/freeware/lib/gcc/powerpc-ibm-aix
7.2.0.0/10/pthread>
- Containslibstdc++.a
or any directory wherelibstdc++
is installed. Theaix7.2.0.0/10
directory can have multiplelibstdc++.a
libraries. Make sure to choose the library available in the/pthread
directory. </usr/opt/freeware/lib
>
- Containslibiconv.a
.<agent-install-directory>/sdk_lib/lib>
- Containslibappdynamics_native_sdk.so
andlibzmq.a
as the dependencies oflibmod_appdynamics.so
.